summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/meta/fetch/orb/tentative/status.sub.any.js.ini
diff options
context:
space:
mode:
Diffstat (limited to 'testing/web-platform/meta/fetch/orb/tentative/status.sub.any.js.ini')
-rw-r--r--testing/web-platform/meta/fetch/orb/tentative/status.sub.any.js.ini24
1 files changed, 24 insertions, 0 deletions
diff --git a/testing/web-platform/meta/fetch/orb/tentative/status.sub.any.js.ini b/testing/web-platform/meta/fetch/orb/tentative/status.sub.any.js.ini
new file mode 100644
index 0000000000..a29326d495
--- /dev/null
+++ b/testing/web-platform/meta/fetch/orb/tentative/status.sub.any.js.ini
@@ -0,0 +1,24 @@
+[status.sub.any.html]
+ prefs: [browser.opaqueResponseBlocking:true,
+ browser.opaqueResponseBlocking.filterFetchResponse:2]
+
+ expected:
+ if (os == "android") and fission: [OK, TIMEOUT]
+ [ORB should block opaque-response-blocklisted MIME type with status 206: fetch(..., {mode: "no-cors"})]
+ expected: FAIL
+
+ [ORB should block opaque response with non-ok status: fetch(..., {mode: "no-cors"})]
+ expected: FAIL
+
+
+[status.sub.any.worker.html]
+ prefs: [browser.opaqueResponseBlocking:true,
+ browser.opaqueResponseBlocking.filterFetchResponse:2]
+
+ expected:
+ if (os == "android") and fission: [OK, TIMEOUT]
+ [ORB should block opaque-response-blocklisted MIME type with status 206: fetch(..., {mode: "no-cors"})]
+ expected: FAIL
+
+ [ORB should block opaque response with non-ok status: fetch(..., {mode: "no-cors"})]
+ expected: FAIL