We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d84a1af commit db40f3aCopy full SHA for db40f3a
html/cross-origin-opener-policy/coop-csp-sandbox-navigate.https.html
@@ -1,5 +1,6 @@
1
<!doctype html>
2
<title>CSP sandbox popup navigate to Cross-Origin-Opener-Policy document should work</title>
3
+<meta name="timeout" content="long">
4
<script src=/resources/testharness.js></script>
5
<script src=/resources/testharnessreport.js></script>
6
<script src="/common/utils.js"></script> <!-- Use token() to allow running tests in parallel -->
@@ -32,7 +33,7 @@
32
33
addEventListener('load', t.step_func(() => {
34
t.step_timeout(() => {
35
assert_unreached('Navigation from CSP sandbox to COOP document failed')
- }, 1500);
36
+ }, 10000);
37
}));
38
}, `CSP: sandbox ${sandboxValue}; ${document.title}`);
39
});
0 commit comments