From 26a029d407be480d791972afb5975cf62c9360a6 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 19 Apr 2024 02:47:55 +0200 Subject: Adding upstream version 124.0.1. Signed-off-by: Daniel Baumann --- .../fetch/cross-origin-resource-policy/fetch.any.js.ini | 11 +++++++++++ .../cross-origin-resource-policy/fetch.https.any.js.ini | 15 +++++++++++++++ .../cross-origin-resource-policy/iframe-loads.html.ini | 3 +++ .../cross-origin-resource-policy/image-loads.html.ini | 3 +++ .../scheme-restriction.any.js.ini | 7 +++++++ .../scheme-restriction.https.window.js.ini | 4 ++++ .../cross-origin-resource-policy/script-loads.html.ini | 3 +++ .../fetch/cross-origin-resource-policy/syntax.any.js.ini | 7 +++++++ 8 files changed, 53 insertions(+) create mode 100644 testing/web-platform/meta/fetch/cross-origin-resource-policy/fetch.any.js.ini create mode 100644 testing/web-platform/meta/fetch/cross-origin-resource-policy/fetch.https.any.js.ini create mode 100644 testing/web-platform/meta/fetch/cross-origin-resource-policy/iframe-loads.html.ini create mode 100644 testing/web-platform/meta/fetch/cross-origin-resource-policy/image-loads.html.ini create mode 100644 testing/web-platform/meta/fetch/cross-origin-resource-policy/scheme-restriction.any.js.ini create mode 100644 testing/web-platform/meta/fetch/cross-origin-resource-policy/scheme-restriction.https.window.js.ini create mode 100644 testing/web-platform/meta/fetch/cross-origin-resource-policy/script-loads.html.ini create mode 100644 testing/web-platform/meta/fetch/cross-origin-resource-policy/syntax.any.js.ini (limited to 'testing/web-platform/meta/fetch/cross-origin-resource-policy') 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] -- cgit v1.2.3