Skip to content

Commit

Permalink
Fix return in preload script steps (#802)
Browse files Browse the repository at this point in the history
  • Loading branch information
OrKoN authored Oct 25, 2024
1 parent e8266d1 commit cd2d0dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -7548,7 +7548,7 @@ To <dfn export>run WebDriver BiDi preload scripts</dfn> given |environment setti

1. Let |navigable id| be |navigable|’s [=navigable/top-level traversable=]'s id.

1. If <code>contexts</code> does not [=list/contains|contain=] |navigable id|, return.
1. If |preload script|'s <code>contexts</code> does not [=list/contains|contain=] |navigable id|, continue.

1. If |preload script|'s <code>sandbox</code> is not null, let |realm| be [=get
or create a sandbox realm=] with |preload script|'s <code>sandbox</code> and
Expand Down

0 comments on commit cd2d0dd

Please sign in to comment.