servo/tests/wpt/meta/service-workers/service-worker/fetch-event.https.html.ini
Josh Matthews ee95ef53fb
Enable service worker WPT tests. (#36221)
Signed-off-by: Josh Matthews <josh@joshmatthews.net>
2025-03-31 08:31:24 +00:00

105 lines
2.9 KiB
INI
Vendored

[fetch-event.https.html]
[global setup]
expected: FAIL
[Service Worker headers in the request of a fetch event]
expected: FAIL
[Service Worker responds to fetch event with string]
expected: FAIL
[Service Worker responds to fetch event using request fragment with string]
expected: FAIL
[Service Worker responds to fetch event with blob body]
expected: FAIL
[Service Worker responds to fetch event with the referrer URL]
expected: FAIL
[Service Worker responds to fetch event with an existing client id]
expected: FAIL
[Service Worker responds to fetch event with the correct resulting client id]
expected: FAIL
[Service Worker responds to fetch event with null response body]
expected: FAIL
[Service Worker fetches other file in fetch event]
expected: FAIL
[Service Worker responds to fetch event with POST form]
expected: FAIL
[Service Worker falls back to network in fetch event with POST form]
expected: FAIL
[Multiple calls of respondWith must throw InvalidStateErrors]
expected: FAIL
[Service Worker event.respondWith must set the used flag]
expected: FAIL
[Service Worker should expose FetchEvent URL fragments.]
expected: FAIL
[Service Worker responds to fetch event with the correct cache types]
expected: FAIL
[Service Worker should intercept EventSource]
expected: FAIL
[Service Worker responds to fetch event with the correct integrity_metadata]
expected: FAIL
[FetchEvent#body is a string]
expected: FAIL
[FetchEvent#body is a ReadableStream]
expected: FAIL
[FetchEvent#body is a blob]
expected: FAIL
[Service Worker responds to fetch event with the correct keepalive value]
expected: FAIL
[FetchEvent#request.isReloadNavigation is true (location.reload())]
expected: FAIL
[FetchEvent#request.isReloadNavigation is true (history.go(0))]
expected: FAIL
[FetchEvent#request.isReloadNavigation is true (POST + location.reload())]
expected: FAIL
[FetchEvent#request.isReloadNavigation is true (with history traversal)]
expected: FAIL
[FetchEvent#request.isHistoryNavigation is true (with history.go(-1))]
expected: FAIL
[FetchEvent#request.isHistoryNavigation is true (with history.go(1))]
expected: FAIL
[FetchEvent#request.isHistoryNavigation is false (with history.go(0))]
expected: FAIL
[FetchEvent#request.isHistoryNavigation is false (with location.reload)]
expected: FAIL
[FetchEvent#request.isHistoryNavigation is true (with history.go(-2))]
expected: FAIL
[FetchEvent#request.isHistoryNavigation is true (with history.go(2))]
expected: FAIL
[FetchEvent#request.isHistoryNavigation is true (POST + history.go(-1))]
expected: FAIL
[XHR upload progress events for response coming from SW]
expected: FAIL
[Fetch with POST with text on sw 421 response should not be retried.]
expected: FAIL