status.sub.any.js.ini (869B)
1 [status.sub.any.html] 2 prefs: [browser.opaqueResponseBlocking:true, 3 browser.opaqueResponseBlocking.filterFetchResponse:2] 4 5 expected: 6 if (os == "android") and fission: [OK, TIMEOUT] 7 [ORB should block opaque-response-blocklisted MIME type with status 206: fetch(..., {mode: "no-cors"})] 8 expected: FAIL 9 10 [ORB should block opaque response with non-ok status: fetch(..., {mode: "no-cors"})] 11 expected: FAIL 12 13 14 [status.sub.any.worker.html] 15 prefs: [browser.opaqueResponseBlocking:true, 16 browser.opaqueResponseBlocking.filterFetchResponse:2] 17 18 expected: 19 if (os == "android") and fission: [OK, TIMEOUT] 20 [ORB should block opaque-response-blocklisted MIME type with status 206: fetch(..., {mode: "no-cors"})] 21 expected: FAIL 22 23 [ORB should block opaque response with non-ok status: fetch(..., {mode: "no-cors"})] 24 expected: FAIL