diff options
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] |