@@ -1450,7 +1450,7 @@ To <dfn>cleanup remote end state</dfn>.
1450
1450
1451
1451
1. [=map/Clear=] the [=navigable cache behavior map=] .
1452
1452
1453
- 1. 1. Perform implementation-defined steps to enable any
1453
+ 1. Perform implementation-defined steps to enable any
1454
1454
implementation-specific resource caches that are usually enabled in the
1455
1455
current [=remote end=] configuration.
1456
1456
@@ -4241,6 +4241,10 @@ the <dfn export>WebDriver BiDi navigable created</dfn> steps given
4241
4241
4242
4242
1. Let |context| be |navigable|'s [=active browsing context=] .
4243
4243
4244
+ 1. If the [=context cache behavior=] with |context| is "<code> bypass</code> ",
4245
+ then perform implementation-defined steps to disable any implementation-specific
4246
+ resource caches for network requests originating from |context|.
4247
+
4244
4248
1. Set |context|'s [=original opener=] to |opener navigable|' s [=active browsing context=] ,
4245
4249
if |opener navigable| is provided.
4246
4250
@@ -6629,6 +6633,18 @@ The <dfn export>WebDriver BiDi cache behavior</dfn> steps given |request| are:
6629
6633
6630
6634
</div>
6631
6635
6636
+ <div algorithm>
6637
+ The <dfn>context cache behavior</dfn> steps given |context| are:
6638
+
6639
+ 1. Set |top-level context| to the [=top-level browsing context=] for |context|.
6640
+
6641
+ 1. If [=navigable cache behavior map=] [=map/contains=] |top-level context|, return
6642
+ [=navigable cache behavior map=] [|top-level context|] .
6643
+
6644
+ 1. Return [=default cache behavior=] .
6645
+
6646
+ </div>
6647
+
6632
6648
<div algorithm="remote end steps for network.setCacheBehavior">
6633
6649
The [=remote end steps=] given <var ignore> session</var> and |command parameters| are:
6634
6650
0 commit comments