diff options
Diffstat (limited to 'testing/web-platform/meta/html/cross-origin-opener-policy/navigate-to-aboutblank.https.html.ini')
-rw-r--r-- | testing/web-platform/meta/html/cross-origin-opener-policy/navigate-to-aboutblank.https.html.ini | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/testing/web-platform/meta/html/cross-origin-opener-policy/navigate-to-aboutblank.https.html.ini b/testing/web-platform/meta/html/cross-origin-opener-policy/navigate-to-aboutblank.https.html.ini new file mode 100644 index 0000000000..2dc51aaa03 --- /dev/null +++ b/testing/web-platform/meta/html/cross-origin-opener-policy/navigate-to-aboutblank.https.html.ini @@ -0,0 +1,15 @@ +[navigate-to-aboutblank.https.html] + expected: + if (os == "android") and not fission and debug and not swgl: [OK, ERROR] + if (os == "linux") and not debug and fission: [OK, TIMEOUT] + if (os == "android") and fission: [OK, TIMEOUT, ERROR] + [Navigate to about:blank from iframe with opener.top COOP: |header(Cross-Origin-Opener-Policy,same-origin-allow-popups), iframe origin: https://web-platform.test:8443, openee COOP: |header(Cross-Origin-Opener-Policy,unsafe-none), openee origin: https://www1.web-platform.test:8443.] + expected: FAIL + + [Navigate to about:blank from iframe with opener.top COOP: |header(Cross-Origin-Opener-Policy,same-origin-allow-popups), iframe origin: https://www1.web-platform.test:8443, openee COOP: |header(Cross-Origin-Opener-Policy,unsafe-none), openee origin: https://www1.web-platform.test:8443.] + expected: + if (os == "android") and debug: [PASS, FAIL] + + [Navigate to about:blank from iframe with opener.top COOP: |header(Cross-Origin-Opener-Policy,same-origin)|header(Cross-Origin-Embedder-Policy,require-corp), iframe origin: https://web-platform.test:8443, openee COOP: |header(Cross-Origin-Opener-Policy,same-origin)|header(Cross-Origin-Embedder-Policy,require-corp), openee origin: https://web-platform.test:8443.] + expected: + if (os == "android") and debug: [PASS, FAIL] |