From 09dbd8060391a4ef86e559ddadf2973560b23177 Mon Sep 17 00:00:00 2001 From: Alex Rudenko Date: Fri, 17 Jan 2025 10:53:32 +0100 Subject: [PATCH] fix navigable check --- index.bs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/index.bs b/index.bs index a706c550..fe494fd7 100644 --- a/index.bs +++ b/index.bs @@ -7832,7 +7832,9 @@ To run WebDriver BiDi preload scripts given |environment setti 1. If |preload script|'s contexts is not null: - 1. If |preload script|'s contexts does not [=list/contain=] |user context id|, + 1. Let |navigable id| be |navigable|’s [=navigable/top-level traversable=]'s id. + + 1. If |preload script|'s contexts does not [=list/contain=] |navigable id|, [=continue=]. 1. If |preload script|'s sandbox is not null, let |realm| be [=get