Enable service worker WPT tests. (#36221)

Signed-off-by: Josh Matthews <josh@joshmatthews.net>
This commit is contained in:
Josh Matthews 2025-03-31 04:31:24 -04:00 committed by GitHub
parent 5f4624d8d5
commit ee95ef53fb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
314 changed files with 5348 additions and 35 deletions

View file

@ -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

View file

@ -0,0 +1,3 @@
[chunked-encoding.https.html]
[Navigation Preload must work with chunked encoding.]
expected: FAIL

View file

@ -0,0 +1,3 @@
[content-encoding.https.html]
[Navigation Preload must work with content encoding.]
expected: FAIL

View file

@ -0,0 +1,3 @@
[empty-preload-response-body.https.html]
[Navigation Preload empty response body.]
expected: FAIL

View file

@ -0,0 +1,9 @@
[get-state.https.html]
[getState]
expected: FAIL
[getState from a worker]
expected: FAIL
[no active worker]
expected: FAIL

View file

@ -0,0 +1,3 @@
[navigationPreload.https.html]
[The navigationPreload attribute must return service worker registration's NavigationPreloadManager object.]
expected: FAIL

View 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

View file

@ -0,0 +1,3 @@
[request-headers.https.html]
[Navigation Preload request headers.]
expected: FAIL

View file

@ -0,0 +1,3 @@
[resource-timing.https.html]
[Navigation Preload Resource Timing.]
expected: FAIL

View file

@ -0,0 +1,3 @@
[samesite-cookies.https.html]
[Set up a service worker for navigation preload tests.]
expected: FAIL

View file

@ -0,0 +1,2 @@
[samesite-iframe.https.html]
expected: ERROR