diff --git a/testing/web-platform/tests/html/browsers/sandboxing/sandbox-disallow-scripts-via-unsandboxed-popup.tentative.html b/testing/web-platform/tests/html/browsers/sandboxing/sandbox-disallow-scripts-via-unsandboxed-popup.tentative.html index 0bb98c55382f2..3c8c0b346a675 100644 --- a/testing/web-platform/tests/html/browsers/sandboxing/sandbox-disallow-scripts-via-unsandboxed-popup.tentative.html +++ b/testing/web-platform/tests/html/browsers/sandboxing/sandbox-disallow-scripts-via-unsandboxed-popup.tentative.html @@ -6,9 +6,9 @@ async_test(t => { let i = document.createElement('iframe'); i.sandbox = "allow-same-origin allow-popups allow-popups-to-escape-sandbox"; - i.srcdoc = `Click me! - Click me next!`; i.onload = _ => {