summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/meta/service-workers/service-worker/fetch-event-respond-with-readable-stream.https.html.ini
blob: e6079cd8b58c00b5bb2442c475ad0baea5a0644e (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
[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, NOTRUN, PASS, TIMEOUT]
      if os == "mac": [FAIL, PASS, TIMEOUT, NOTRUN]
      [PASS, FAIL]

  [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": [FAIL, PASS]

  [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, NOTRUN]

  [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, TIMEOUT, NOTRUN]
      if os == "mac": [PASS, TIMEOUT]

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