mirror of
https://github.com/servo/servo
synced 2026-05-01 11:57:31 +02:00
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`
38 lines
896 B
INI
38 lines
896 B
INI
[serviceworker-intercepted.https.html]
|
|
type: testharness
|
|
[Aborting fetch when intercepted by a service worker]
|
|
expected: FAIL
|
|
|
|
[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
|