diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 09:22:09 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 09:22:09 +0000 |
commit | 43a97878ce14b72f0981164f87f2e35e14151312 (patch) | |
tree | 620249daf56c0258faa40cbdcf9cfba06de2a846 /testing/web-platform/meta/html/cross-origin-opener-policy/resource-popup.https.html.ini | |
parent | Initial commit. (diff) | |
download | firefox-upstream.tar.xz firefox-upstream.zip |
Adding upstream version 110.0.1.upstream/110.0.1upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'testing/web-platform/meta/html/cross-origin-opener-policy/resource-popup.https.html.ini')
-rw-r--r-- | testing/web-platform/meta/html/cross-origin-opener-policy/resource-popup.https.html.ini | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/testing/web-platform/meta/html/cross-origin-opener-policy/resource-popup.https.html.ini b/testing/web-platform/meta/html/cross-origin-opener-policy/resource-popup.https.html.ini new file mode 100644 index 0000000000..826f60de63 --- /dev/null +++ b/testing/web-platform/meta/html/cross-origin-opener-policy/resource-popup.https.html.ini @@ -0,0 +1,35 @@ +[resource-popup.https.html] + expected: + if (os == "linux") and not swgl and debug and not fission: [TIMEOUT, OK] + if (os == "mac") and debug: [TIMEOUT, OK] + if (os == "linux") and swgl: [OK, ERROR, TIMEOUT] + if (os == "win") and (processor == "x86_64"): [OK, ERROR, TIMEOUT] + if os == "android": [OK, ERROR, TIMEOUT] + [OK, TIMEOUT] + [/common/dummy.xml - parent COOP: ""; child COOP: "same-origin"] + expected: + if (os == "linux") and debug and fission: [FAIL, PASS, TIMEOUT] + if (os == "android") and debug and not swgl: [FAIL, PASS, TIMEOUT] + if (os == "android") and debug and swgl: [FAIL, PASS, TIMEOUT] + if (os == "android") and not debug: [FAIL, PASS, TIMEOUT] + [PASS, FAIL, TIMEOUT] + + [/images/red.png - parent COOP: ""; child COOP: "same-origin"] + expected: + if os == "android": [FAIL, PASS, TIMEOUT] + [PASS, FAIL, TIMEOUT] + + [/media/2x2-green.mp4 - parent COOP: ""; child COOP: "same-origin"] + expected: + if debug and (os == "linux") and not fission and not swgl: [TIMEOUT, PASS] + if debug and (os == "mac"): [TIMEOUT, PASS] + [PASS, TIMEOUT] + + [/common/text-plain.txt - parent COOP: ""; child COOP: "same-origin"] + expected: + if (os == "android") and debug: [FAIL, PASS, TIMEOUT] + [PASS, FAIL, TIMEOUT] + + [/common/text-plain.txt - parent COOP: "same-origin"; child COOP: "same-origin"] + expected: + if (os == "linux") and not fission: [PASS, FAIL] |