summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/meta/fetch/api/abort/serviceworker-intercepted.https.html.ini
blob: cefd4c59ff3f5796b1298f320f081edb53a71bd3 (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
[serviceworker-intercepted.https.html]
  expected: TIMEOUT
  [Service Worker can observe the fetch abort and associated abort reason]
    expected:
      if os == "win": [TIMEOUT, NOTRUN]
      TIMEOUT

  [Abort reason serialization happens on abort]
    expected: NOTRUN

  [response.arrayBuffer() rejects if already aborted]
    expected:
      if os == "win": [PASS, NOTRUN]

  [Stream errors once aborted.]
    expected:
      if os == "win": [PASS, NOTRUN]

  [Already aborted request does not land in service worker]
    expected:
      if os == "win": [PASS, TIMEOUT]

  [fetch() rejects with abort reason]
    expected:
      if os == "win": [PASS, NOTRUN]

  [response.json() rejects if already aborted]
    expected:
      if os == "win": [PASS, NOTRUN]

  [response.blob() rejects if already aborted]
    expected:
      if os == "win": [PASS, NOTRUN]

  [fetch() response body has abort reason]
    expected:
      if os == "win": [PASS, NOTRUN]

  [response.formData() rejects if already aborted]
    expected:
      if os == "win": [PASS, TIMEOUT, NOTRUN]

  [response.text() rejects if already aborted]
    expected:
      if os == "win": [PASS, NOTRUN]