diff --git a/html/semantics/embedded-content/the-iframe-element/sandbox-inherit-to-blank-document-unsandboxed-frame.html b/html/semantics/embedded-content/the-iframe-element/sandbox-inherit-to-blank-document-unsandboxed-frame.html index 7040d07860eb47..0f35f2870940fb 100644 --- a/html/semantics/embedded-content/the-iframe-element/sandbox-inherit-to-blank-document-unsandboxed-frame.html +++ b/html/semantics/embedded-content/the-iframe-element/sandbox-inherit-to-blank-document-unsandboxed-frame.html @@ -1,3 +1,4 @@ + @@ -26,6 +27,12 @@ assert_false(msg.data.access_first_navigation_to_about_blank_throws, "Failed to access navigation to about:blank, it is probably sandboxed" ); + assert_false(msg.data.access_after_delay_initial_navigation_to_about_blank_throws, + "Failed to access navigation to about:blank, it is probably sandboxed" + ); + assert_false(msg.data.access_after_delay_first_navigation_to_about_blank_throws, + "Failed to access navigation to about:blank, it is probably sandboxed" + ); }, "Popup do not inherit sandbox, because of " + "'allow-popups-to-escape-sandbox'. The document isn't sandboxed.") @@ -36,8 +43,10 @@ " >