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

@ -1,4 +1,5 @@
[serviceworker-intercepted.https.html]
expected: CRASH
[Already aborted request does not land in service worker]
expected: FAIL

View file

@ -6,6 +6,3 @@
[api-and-duplicate-headers.any.worker.html]
[XMLHttpRequest and duplicate Content-Length/Content-Type headers]
expected: FAIL
[fetch() and duplicate Content-Length/Content-Type headers]
expected: FAIL

View file

@ -52,3 +52,6 @@
[sec-fetch-storage-access - Cross-site]
expected: FAIL
[sec-fetch-user]
expected: FAIL

View file

@ -1,30 +1,31 @@
[serviceworker.https.sub.html]
expected: ERROR
[sec-fetch-site - Same origin, no options - registration]
expected: FAIL
[sec-fetch-site - Same origin, no options - updating]
expected: FAIL
expected: NOTRUN
[sec-fetch-mode - options: type=classic - registration]
expected: FAIL
expected: NOTRUN
[sec-fetch-mode - options: type=classic - updating]
expected: FAIL
expected: NOTRUN
[sec-fetch-mode - no options - registration]
expected: FAIL
expected: NOTRUN
[sec-fetch-mode - no options - updating]
expected: FAIL
expected: NOTRUN
[sec-fetch-dest - no options - registration]
expected: FAIL
expected: NOTRUN
[sec-fetch-dest - no options - updating]
expected: FAIL
expected: NOTRUN
[sec-fetch-user - no options - registration]
expected: FAIL
expected: NOTRUN
[sec-fetch-user - no options - updating]
expected: FAIL
expected: NOTRUN

View file

@ -1,5 +1,5 @@
[service-worker-background-fetch.tentative.https.window.html]
expected: TIMEOUT
expected: CRASH
[local to local: success.]
expected: TIMEOUT

View file

@ -1,5 +1,5 @@
[service-worker-fetch-document-treat-as-public.tentative.https.window.html]
expected: TIMEOUT
expected: CRASH
[treat-as-public to local: failed preflight.]
expected: TIMEOUT

View file

@ -1,5 +1,5 @@
[service-worker-fetch-document.tentative.https.window.html]
expected: TIMEOUT
expected: CRASH
[local to local: success.]
expected: TIMEOUT

View file

@ -1,5 +1,5 @@
[service-worker-fetch.tentative.https.window.html?9-last]
expected: TIMEOUT
expected: CRASH
[public to public: success.]
expected: TIMEOUT
@ -23,7 +23,7 @@
[service-worker-fetch.tentative.https.window.html?1-8]
expected: TIMEOUT
expected: CRASH
[local to local: success.]
expected: TIMEOUT

View file

@ -1,5 +1,5 @@
[service-worker-update.tentative.https.window.html]
expected: TIMEOUT
expected: CRASH
[update public to local: success.]
expected: TIMEOUT

View file

@ -1,5 +1,5 @@
[service-worker.tentative.https.window.html]
expected: TIMEOUT
expected: CRASH
[treat-as-public to local: success.]
expected: TIMEOUT

View file

@ -1,4 +1,4 @@
[dangling-markup-mitigation-allowed-apis.tentative.https.html]
expected: ERROR
expected: CRASH
[Does not block window.open(`resources/empty.html?\n<`,'_self')]
expected: FAIL

View file

@ -1,3 +1,4 @@
[dangling-markup-mitigation.tentative.https.html]
expected: CRASH
[Only blocks dangling markup requests]
expected: FAIL

View file

@ -1,4 +1,4 @@
[fetch-sw.https.html]
expected: ERROR
expected: CRASH
[Second fetch returns same response]
expected: FAIL