summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/meta/service-workers/service-worker/fetch-event-respond-with-readable-stream.https.html.ini
blob: c68a8cd2de0ec0d86920abe7a6a3bb7e9f037ccf (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
31
32
33
34
35
36
37
38
39
40
41
42
[fetch-event-respond-with-readable-stream.https.html]
  expected: TIMEOUT
  [Cancellation in the page should be observable in the service worker with nonempty stream]
    expected:
      if os == "win": [FAIL, TIMEOUT, PASS, NOTRUN]
      if os == "mac": [FAIL, PASS, TIMEOUT, NOTRUN]
      if os == "android": [PASS, FAIL]
      [FAIL, PASS]

  [Cancellation in the page should be observable in the service worker with empty stream]
    expected:
      if os == "win": [TIMEOUT, NOTRUN]
      TIMEOUT

  [Abort in the page should be observable in the service worker with empty stream]
    expected: NOTRUN

  [Abort in the page should be observable in the service worker with nonempty stream]
    expected:
      if os == "win": [PASS, NOTRUN, TIMEOUT]
      if os == "linux": [PASS, FAIL]

  [Subresource built from a ReadableStream - fetch stream]
    expected:
      if os == "win": [PASS, TIMEOUT, NOTRUN]

  [Main resource built from a ReadableStream]
    expected:
      if os == "win": [PASS, TIMEOUT]

  [Main resource built from a ReadableStream - delayed]
    expected:
      if os == "win": [PASS, NOTRUN]

  [Main resource built from a ReadableStream - fetch stream]
    expected:
      if os == "win": [PASS, NOTRUN]
      if os == "mac": [PASS, TIMEOUT]

  [Subresource built from a ReadableStream - delayed]
    expected:
      if os == "win": [PASS, TIMEOUT, NOTRUN]