mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +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
|
@ -1,4 +1,5 @@
|
|||
[serviceworker-intercepted.https.html]
|
||||
expected: CRASH
|
||||
[Already aborted request does not land in service worker]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -52,3 +52,6 @@
|
|||
|
||||
[sec-fetch-storage-access - Cross-site]
|
||||
expected: FAIL
|
||||
|
||||
[sec-fetch-user]
|
||||
expected: FAIL
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
[service-worker-background-fetch.tentative.https.window.html]
|
||||
expected: TIMEOUT
|
||||
expected: CRASH
|
||||
[local to local: success.]
|
||||
expected: TIMEOUT
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
[service-worker-fetch-document.tentative.https.window.html]
|
||||
expected: TIMEOUT
|
||||
expected: CRASH
|
||||
[local to local: success.]
|
||||
expected: TIMEOUT
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
[service-worker-update.tentative.https.window.html]
|
||||
expected: TIMEOUT
|
||||
expected: CRASH
|
||||
[update public to local: success.]
|
||||
expected: TIMEOUT
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
[service-worker.tentative.https.window.html]
|
||||
expected: TIMEOUT
|
||||
expected: CRASH
|
||||
[treat-as-public to local: success.]
|
||||
expected: TIMEOUT
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
[dangling-markup-mitigation.tentative.https.html]
|
||||
expected: CRASH
|
||||
[Only blocks dangling markup requests]
|
||||
expected: FAIL
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
[fetch-sw.https.html]
|
||||
expected: ERROR
|
||||
expected: CRASH
|
||||
[Second fetch returns same response]
|
||||
expected: FAIL
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue