diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 19:33:14 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 19:33:14 +0000 |
commit | 36d22d82aa202bb199967e9512281e9a53db42c9 (patch) | |
tree | 105e8c98ddea1c1e4784a60a5a6410fa416be2de /testing/web-platform/meta/fetch/origin | |
parent | Initial commit. (diff) | |
download | firefox-esr-upstream.tar.xz firefox-esr-upstream.zip |
Adding upstream version 115.7.0esr.upstream/115.7.0esrupstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'testing/web-platform/meta/fetch/origin')
-rw-r--r-- | testing/web-platform/meta/fetch/origin/__dir__.ini | 1 | ||||
-rw-r--r-- | testing/web-platform/meta/fetch/origin/assorted.window.js.ini | 174 |
2 files changed, 175 insertions, 0 deletions
diff --git a/testing/web-platform/meta/fetch/origin/__dir__.ini b/testing/web-platform/meta/fetch/origin/__dir__.ini new file mode 100644 index 0000000000..c3deeb9730 --- /dev/null +++ b/testing/web-platform/meta/fetch/origin/__dir__.ini @@ -0,0 +1 @@ +leak-threshold: [default:51200, gpu:51200] diff --git a/testing/web-platform/meta/fetch/origin/assorted.window.js.ini b/testing/web-platform/meta/fetch/origin/assorted.window.js.ini new file mode 100644 index 0000000000..919a2b628f --- /dev/null +++ b/testing/web-platform/meta/fetch/origin/assorted.window.js.ini @@ -0,0 +1,174 @@ +[assorted.window.html] + expected: + if (os == "mac") and not debug: [OK, TIMEOUT] + [Origin header and 308 redirect] + expected: + if (os == "mac") and not debug: [PASS, TIMEOUT] + + [Origin header and GET navigation] + expected: + if (os == "mac") and not debug: [PASS, NOTRUN] + + [Origin header and POST navigation] + expected: + if (os == "mac") and not debug: [PASS, NOTRUN] + + [Origin header and POST same-origin navigation with Referrer-Policy no-referrer] + expected: + if (os == "mac") and not debug: [PASS, NOTRUN] + + [Origin header and POST same-origin fetch no-cors mode with Referrer-Policy no-referrer] + expected: + if (os == "mac") and not debug: [PASS, NOTRUN] + + [Origin header and POST same-origin fetch cors mode with Referrer-Policy no-referrer] + expected: + if (os == "mac") and not debug: [PASS, NOTRUN] + + [Origin header and GET same-origin fetch cors mode with Referrer-Policy no-referrer] + expected: + if (os == "mac") and not debug: [PASS, NOTRUN] + + [Origin header and POST cross-origin navigation with Referrer-Policy no-referrer] + expected: + if (os == "mac") and not debug: [PASS, NOTRUN] + + [Origin header and POST cross-origin fetch no-cors mode with Referrer-Policy no-referrer] + expected: + if (os == "mac") and not debug: [PASS, NOTRUN] + + [Origin header and POST cross-origin fetch cors mode with Referrer-Policy no-referrer] + expected: + if (os == "mac") and not debug: [PASS, NOTRUN] + + [Origin header and GET cross-origin fetch cors mode with Referrer-Policy no-referrer] + expected: + if (os == "mac") and not debug: [PASS, NOTRUN] + + [Origin header and POST same-origin navigation with Referrer-Policy same-origin] + expected: + if (os == "mac") and not debug: [PASS, NOTRUN] + + [Origin header and POST same-origin fetch no-cors mode with Referrer-Policy same-origin] + expected: + if (os == "mac") and not debug: [PASS, NOTRUN] + + [Origin header and POST same-origin fetch cors mode with Referrer-Policy same-origin] + expected: + if (os == "mac") and not debug: [PASS, NOTRUN] + + [Origin header and GET same-origin fetch cors mode with Referrer-Policy same-origin] + expected: + if (os == "mac") and not debug: [PASS, NOTRUN] + + [Origin header and POST cross-origin navigation with Referrer-Policy same-origin] + expected: + if (os == "mac") and not debug: [PASS, NOTRUN] + + [Origin header and POST cross-origin fetch no-cors mode with Referrer-Policy same-origin] + expected: + if (os == "mac") and not debug: [PASS, NOTRUN] + + [Origin header and POST cross-origin fetch cors mode with Referrer-Policy same-origin] + expected: + if (os == "mac") and not debug: [PASS, NOTRUN] + + [Origin header and GET cross-origin fetch cors mode with Referrer-Policy same-origin] + expected: + if (os == "mac") and not debug: [PASS, NOTRUN] + + [Origin header and POST same-origin navigation with Referrer-Policy origin-when-cross-origin] + expected: + if (os == "mac") and not debug: [PASS, NOTRUN] + + [Origin header and POST same-origin fetch no-cors mode with Referrer-Policy origin-when-cross-origin] + expected: + if (os == "mac") and not debug: [PASS, NOTRUN] + + [Origin header and POST same-origin fetch cors mode with Referrer-Policy origin-when-cross-origin] + expected: + if (os == "mac") and not debug: [PASS, NOTRUN] + + [Origin header and GET same-origin fetch cors mode with Referrer-Policy origin-when-cross-origin] + expected: + if (os == "mac") and not debug: [PASS, NOTRUN] + + [Origin header and POST cross-origin navigation with Referrer-Policy origin-when-cross-origin] + expected: + if (os == "mac") and not debug: [PASS, NOTRUN, TIMEOUT] + + [Origin header and POST cross-origin fetch no-cors mode with Referrer-Policy origin-when-cross-origin] + expected: + if (os == "mac") and not debug: [PASS, NOTRUN] + + [Origin header and POST cross-origin fetch cors mode with Referrer-Policy origin-when-cross-origin] + expected: + if (os == "mac") and not debug: [PASS, NOTRUN] + + [Origin header and GET cross-origin fetch cors mode with Referrer-Policy origin-when-cross-origin] + expected: + if (os == "mac") and not debug: [PASS, NOTRUN] + + [Origin header and POST same-origin navigation with Referrer-Policy no-referrer-when-downgrade] + expected: + if (os == "mac") and not debug: [PASS, NOTRUN] + + [Origin header and POST same-origin fetch no-cors mode with Referrer-Policy no-referrer-when-downgrade] + expected: + if (os == "mac") and not debug: [PASS, NOTRUN] + + [Origin header and POST same-origin fetch cors mode with Referrer-Policy no-referrer-when-downgrade] + expected: + if (os == "mac") and not debug: [PASS, NOTRUN] + + [Origin header and GET same-origin fetch cors mode with Referrer-Policy no-referrer-when-downgrade] + expected: + if (os == "mac") and not debug: [PASS, NOTRUN] + + [Origin header and POST cross-origin navigation with Referrer-Policy no-referrer-when-downgrade] + expected: + if (os == "mac") and not debug: [PASS, NOTRUN] + + [Origin header and POST cross-origin fetch no-cors mode with Referrer-Policy no-referrer-when-downgrade] + expected: + if (os == "mac") and not debug: [PASS, NOTRUN] + + [Origin header and POST cross-origin fetch cors mode with Referrer-Policy no-referrer-when-downgrade] + expected: + if (os == "mac") and not debug: [PASS, NOTRUN] + + [Origin header and GET cross-origin fetch cors mode with Referrer-Policy no-referrer-when-downgrade] + expected: + if (os == "mac") and not debug: [PASS, NOTRUN] + + [Origin header and POST same-origin navigation with Referrer-Policy unsafe-url] + expected: + if (os == "mac") and not debug: [PASS, NOTRUN] + + [Origin header and POST same-origin fetch no-cors mode with Referrer-Policy unsafe-url] + expected: + if (os == "mac") and not debug: [PASS, NOTRUN] + + [Origin header and POST same-origin fetch cors mode with Referrer-Policy unsafe-url] + expected: + if (os == "mac") and not debug: [PASS, NOTRUN] + + [Origin header and GET same-origin fetch cors mode with Referrer-Policy unsafe-url] + expected: + if (os == "mac") and not debug: [PASS, NOTRUN] + + [Origin header and POST cross-origin navigation with Referrer-Policy unsafe-url] + expected: + if (os == "mac") and not debug: [PASS, NOTRUN] + + [Origin header and POST cross-origin fetch no-cors mode with Referrer-Policy unsafe-url] + expected: + if (os == "mac") and not debug: [PASS, NOTRUN] + + [Origin header and POST cross-origin fetch cors mode with Referrer-Policy unsafe-url] + expected: + if (os == "mac") and not debug: [PASS, NOTRUN] + + [Origin header and GET cross-origin fetch cors mode with Referrer-Policy unsafe-url] + expected: + if (os == "mac") and not debug: [PASS, NOTRUN] |