@@ -6368,11 +6368,7 @@ The [=remote end steps=] given |session| and |command parameters| are:
6368
6368
and |command parameters| [=map/contains=] "<code> contexts</code> ",
6369
6369
return [=error=] with [=error code=] [=invalid argument=] .
6370
6370
6371
- 1. Let |emulated user agent| be null.
6372
-
6373
- 1. If |command parameters| [=map/contains=] "<code> userAgent</code> ":
6374
-
6375
- 1. Set |emulated user agent| to |command parameters|["<code>userAgent</code>"] .
6371
+ 1. Let |emulated user agent| be |command parameters|["<code>userAgent</code>"] .
6376
6372
6377
6373
1. If |command parameters| [=map/contains=] "<code> contexts</code> ":
6378
6374
@@ -6484,12 +6480,7 @@ The [=remote end steps=] with |command parameters| are:
6484
6480
and |command parameters| doesn't [=map/contain=] "<code> contexts</code> ",
6485
6481
return [=error=] with [=error code=] [=invalid argument=] .
6486
6482
6487
- 1. Let |emulated scripting enabled status| be null.
6488
-
6489
- 1. If |command parameters| [=map/contains=] "<code> enabled</code> ":
6490
-
6491
- 1. Set |emulated scripting enabled status| to
6492
- |command parameters|["<code>enabled</code>"] .
6483
+ 1. Let |emulated scripting enabled status| be |command parameters|["<code>enabled</code>"] .
6493
6484
6494
6485
1. If the <code> contexts</code> field of |command parameters| is present:
6495
6486
@@ -6593,15 +6584,11 @@ The [=remote end steps=] with |command parameters| are:
6593
6584
and |command parameters| doesn't [=map/contain=] "<code> contexts</code> ",
6594
6585
return [=error=] with [=error code=] [=invalid argument=] .
6595
6586
6596
- 1. Let |emulated timezone| be null.
6597
-
6598
- 1. If |command parameters| [=map/contains=] "<code> timezone</code> ":
6599
-
6600
- 1. Set |emulated timezone| to |command parameters|["<code>timezone</code>"] .
6587
+ 1. Let |emulated timezone| be |command parameters|["<code>timezone</code>"] .
6601
6588
6602
- 1. If [=IsTimeZoneOffsetString=] (|emulated timezone|) returns false and
6603
- [=AvailableNamedTimeZoneIdentifiers=] does not [=list/contain=]
6604
- |emulated timezone|, return [=error=] with [=error code=] [=invalid argument=] .
6589
+ 1. If [=IsTimeZoneOffsetString=] (|emulated timezone|) returns false and
6590
+ [=AvailableNamedTimeZoneIdentifiers=] does not [=list/contain=]
6591
+ |emulated timezone|, return [=error=] with [=error code=] [=invalid argument=] .
6605
6592
6606
6593
1. Let |navigables| be a [=/set=] .
6607
6594
0 commit comments