serviceworker-intercepted.https.html.ini (1178B)
1 [serviceworker-intercepted.https.html] 2 expected: TIMEOUT 3 [Service Worker can observe the fetch abort and associated abort reason] 4 expected: 5 if os == "win": [TIMEOUT, NOTRUN] 6 TIMEOUT 7 8 [Abort reason serialization happens on abort] 9 expected: NOTRUN 10 11 [response.arrayBuffer() rejects if already aborted] 12 expected: 13 if os == "win": [PASS, NOTRUN] 14 15 [Stream errors once aborted.] 16 expected: 17 if os == "win": [PASS, TIMEOUT, NOTRUN] 18 19 [Already aborted request does not land in service worker] 20 expected: 21 if os == "win": [PASS, TIMEOUT] 22 23 [fetch() rejects with abort reason] 24 expected: 25 if os == "win": [PASS, NOTRUN] 26 27 [response.json() rejects if already aborted] 28 expected: 29 if os == "win": [PASS, NOTRUN] 30 31 [response.blob() rejects if already aborted] 32 expected: 33 if os == "win": [PASS, NOTRUN] 34 35 [fetch() response body has abort reason] 36 expected: 37 if os == "win": [PASS, NOTRUN] 38 39 [response.formData() rejects if already aborted] 40 expected: 41 if os == "win": [PASS, TIMEOUT, NOTRUN] 42 43 [response.text() rejects if already aborted] 44 expected: 45 if os == "win": [PASS, NOTRUN]