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

  [Cancellation in the page should be observable in the service worker with empty stream]
    expected:
      if os == "win": [TIMEOUT, NOTRUN]
      if os == "linux": [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, TIMEOUT, NOTRUN]
      if os == "linux": [PASS, TIMEOUT, 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, 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]

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