Files
servo/tests/wpt/meta/fetch/api/abort/serviceworker-intercepted.https.html.ini
Martin Robinson f4578afdfe Rename metadata directories
This renames:
 - `tests/wpt/metadata` → `tests/wpt/meta-legacy-layout`
 - `tests/wpt/metadata-layout-2020` → `tests/wpt/meta`
 - `tests/wpt/mozilla/meta` → `tests/wpt/mozilla/meta-legacy-layout`
 - `tests/wpt/mozilla/meta-layout-2020` → `tests/wpt/mozilla/meta`
2023-06-22 21:15:41 +02:00

34 lines
800 B
INI

[serviceworker-intercepted.https.html]
[Already aborted request does not land in service worker]
expected: FAIL
[response.arrayBuffer() rejects if already aborted]
expected: FAIL
[response.blob() rejects if already aborted]
expected: FAIL
[response.formData() rejects if already aborted]
expected: FAIL
[response.json() rejects if already aborted]
expected: FAIL
[response.text() rejects if already aborted]
expected: FAIL
[Stream errors once aborted.]
expected: FAIL
[fetch() rejects with abort reason]
expected: FAIL
[fetch() response body has abort reason]
expected: FAIL
[Service Worker can observe the fetch abort and associated abort reason]
expected: FAIL
[Abort reason serialization happens on abort]
expected: FAIL