summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/meta/fetch/orb/tentative/nosniff.sub.any.js.ini
blob: 05308ec69fc6d453ffadd7a2935ea7be998af18d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
[nosniff.sub.any.html]
  prefs: [browser.opaqueResponseBlocking:true,
          browser.opaqueResponseBlocking.filterFetchResponse:2]

  expected:
    if (os == "android") and fission: [OK, TIMEOUT]
  [ORB should block opaque text/plain with nosniff: fetch(..., {mode: "no-cors"})]
    expected: FAIL

  [ORB should block opaque-response-blocklisted MIME type with nosniff: fetch(..., {mode: "no-cors"})]
    expected: FAIL

  [ORB should block opaque response with empty Content-Type and nosniff: fetch(..., {mode: "no-cors"})]
    expected: FAIL


[nosniff.sub.any.worker.html]
  prefs: [browser.opaqueResponseBlocking:true,
          browser.opaqueResponseBlocking.filterFetchResponse:2]

  expected:
    if (os == "android") and fission: [OK, TIMEOUT]
  [ORB should block opaque text/plain with nosniff: fetch(..., {mode: "no-cors"})]
    expected: FAIL

  [ORB should block opaque-response-blocklisted MIME type with nosniff: fetch(..., {mode: "no-cors"})]
    expected: FAIL

  [ORB should block opaque response with empty Content-Type and nosniff: fetch(..., {mode: "no-cors"})]
    expected: FAIL