mirror of
https://github.com/servo/servo.git
synced 2025-08-09 23:45:35 +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
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue