diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 17:32:43 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 17:32:43 +0000 |
commit | 6bf0a5cb5034a7e684dcc3500e841785237ce2dd (patch) | |
tree | a68f146d7fa01f0134297619fbe7e33db084e0aa /testing/web-platform/meta/fetch/cross-origin-resource-policy | |
parent | Initial commit. (diff) | |
download | thunderbird-upstream.tar.xz thunderbird-upstream.zip |
Adding upstream version 1:115.7.0.upstream/1%115.7.0upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'testing/web-platform/meta/fetch/cross-origin-resource-policy')
8 files changed, 53 insertions, 0 deletions
diff --git a/testing/web-platform/meta/fetch/cross-origin-resource-policy/fetch.any.js.ini b/testing/web-platform/meta/fetch/cross-origin-resource-policy/fetch.any.js.ini new file mode 100644 index 0000000000..2ea8d23420 --- /dev/null +++ b/testing/web-platform/meta/fetch/cross-origin-resource-policy/fetch.any.js.ini @@ -0,0 +1,11 @@ +[fetch.any.sharedworker.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + +[fetch.any.worker.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + +[fetch.any.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/fetch/cross-origin-resource-policy/fetch.https.any.js.ini b/testing/web-platform/meta/fetch/cross-origin-resource-policy/fetch.https.any.js.ini new file mode 100644 index 0000000000..b3c02089ad --- /dev/null +++ b/testing/web-platform/meta/fetch/cross-origin-resource-policy/fetch.https.any.js.ini @@ -0,0 +1,15 @@ +[fetch.https.any.worker.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + +[fetch.https.any.sharedworker.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + +[fetch.https.any.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + +[fetch.https.any.serviceworker.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/fetch/cross-origin-resource-policy/iframe-loads.html.ini b/testing/web-platform/meta/fetch/cross-origin-resource-policy/iframe-loads.html.ini new file mode 100644 index 0000000000..392da999d6 --- /dev/null +++ b/testing/web-platform/meta/fetch/cross-origin-resource-policy/iframe-loads.html.ini @@ -0,0 +1,3 @@ +[iframe-loads.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/fetch/cross-origin-resource-policy/image-loads.html.ini b/testing/web-platform/meta/fetch/cross-origin-resource-policy/image-loads.html.ini new file mode 100644 index 0000000000..8f4ebd0459 --- /dev/null +++ b/testing/web-platform/meta/fetch/cross-origin-resource-policy/image-loads.html.ini @@ -0,0 +1,3 @@ +[image-loads.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/fetch/cross-origin-resource-policy/scheme-restriction.any.js.ini b/testing/web-platform/meta/fetch/cross-origin-resource-policy/scheme-restriction.any.js.ini new file mode 100644 index 0000000000..4a52236396 --- /dev/null +++ b/testing/web-platform/meta/fetch/cross-origin-resource-policy/scheme-restriction.any.js.ini @@ -0,0 +1,7 @@ +[scheme-restriction.any.worker.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + +[scheme-restriction.any.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/fetch/cross-origin-resource-policy/scheme-restriction.https.window.js.ini b/testing/web-platform/meta/fetch/cross-origin-resource-policy/scheme-restriction.https.window.js.ini new file mode 100644 index 0000000000..2844c7cad4 --- /dev/null +++ b/testing/web-platform/meta/fetch/cross-origin-resource-policy/scheme-restriction.https.window.js.ini @@ -0,0 +1,4 @@ +prefs: [security.mixed_content.upgrade_display_content:false] +[scheme-restriction.https.window.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/fetch/cross-origin-resource-policy/script-loads.html.ini b/testing/web-platform/meta/fetch/cross-origin-resource-policy/script-loads.html.ini new file mode 100644 index 0000000000..2ff6ad1993 --- /dev/null +++ b/testing/web-platform/meta/fetch/cross-origin-resource-policy/script-loads.html.ini @@ -0,0 +1,3 @@ +[script-loads.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/fetch/cross-origin-resource-policy/syntax.any.js.ini b/testing/web-platform/meta/fetch/cross-origin-resource-policy/syntax.any.js.ini new file mode 100644 index 0000000000..e49b052cc7 --- /dev/null +++ b/testing/web-platform/meta/fetch/cross-origin-resource-policy/syntax.any.js.ini @@ -0,0 +1,7 @@ +[syntax.any.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + +[syntax.any.worker.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] |