mirror of
https://github.com/servo/servo.git
synced 2025-08-10 16:05:43 +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
|
@ -0,0 +1,6 @@
|
|||
[broken-chunked-encoding.https.html]
|
||||
[FetchEvent#preloadResponse resolves even if the body is sent with broken chunked encoding.]
|
||||
expected: FAIL
|
||||
|
||||
[FetchEvent#preloadResponse resolves even if the body is sent with broken chunked encoding with some delays]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[chunked-encoding.https.html]
|
||||
[Navigation Preload must work with chunked encoding.]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[content-encoding.https.html]
|
||||
[Navigation Preload must work with content encoding.]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[empty-preload-response-body.https.html]
|
||||
[Navigation Preload empty response body.]
|
||||
expected: FAIL
|
9
tests/wpt/meta/service-workers/service-worker/navigation-preload/get-state.https.html.ini
vendored
Normal file
9
tests/wpt/meta/service-workers/service-worker/navigation-preload/get-state.https.html.ini
vendored
Normal file
|
@ -0,0 +1,9 @@
|
|||
[get-state.https.html]
|
||||
[getState]
|
||||
expected: FAIL
|
||||
|
||||
[getState from a worker]
|
||||
expected: FAIL
|
||||
|
||||
[no active worker]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[navigationPreload.https.html]
|
||||
[The navigationPreload attribute must return service worker registration's NavigationPreloadManager object.]
|
||||
expected: FAIL
|
12
tests/wpt/meta/service-workers/service-worker/navigation-preload/redirect.https.html.ini
vendored
Normal file
12
tests/wpt/meta/service-workers/service-worker/navigation-preload/redirect.https.html.ini
vendored
Normal file
|
@ -0,0 +1,12 @@
|
|||
[redirect.https.html]
|
||||
[Navigation Preload redirect response.]
|
||||
expected: FAIL
|
||||
|
||||
[Navigation Preload no-location redirect response.]
|
||||
expected: FAIL
|
||||
|
||||
[Navigation Preload no-location redirect response with body.]
|
||||
expected: FAIL
|
||||
|
||||
[Navigation Preload redirect to the same scope.]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[request-headers.https.html]
|
||||
[Navigation Preload request headers.]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[resource-timing.https.html]
|
||||
[Navigation Preload Resource Timing.]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[samesite-cookies.https.html]
|
||||
[Set up a service worker for navigation preload tests.]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[samesite-iframe.https.html]
|
||||
expected: ERROR
|
Loading…
Add table
Add a link
Reference in a new issue