mirror of
https://github.com/servo/servo.git
synced 2025-09-30 00:29:14 +01:00
Enable service worker WPT tests. (#36221)
Signed-off-by: Josh Matthews <josh@joshmatthews.net>
This commit is contained in:
parent
5f4624d8d5
commit
ee95ef53fb
314 changed files with 5348 additions and 35 deletions
105
tests/wpt/meta/service-workers/service-worker/fetch-event.https.html.ini
vendored
Normal file
105
tests/wpt/meta/service-workers/service-worker/fetch-event.https.html.ini
vendored
Normal file
|
@ -0,0 +1,105 @@
|
|||
[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
|
Loading…
Add table
Add a link
Reference in a new issue