mirror of
https://github.com/servo/servo.git
synced 2025-08-11 00:15:32 +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
106
tests/wpt/meta/service-workers/cache-storage/cache-keys.https.any.js.ini
vendored
Normal file
106
tests/wpt/meta/service-workers/cache-storage/cache-keys.https.any.js.ini
vendored
Normal file
|
@ -0,0 +1,106 @@
|
|||
[cache-keys.https.any.sharedworker.html]
|
||||
expected: ERROR
|
||||
|
||||
[cache-keys.https.any.serviceworker.html]
|
||||
expected: ERROR
|
||||
|
||||
[cache-keys.https.any.worker.html]
|
||||
expected: ERROR
|
||||
[Cache.keys() called on an empty cache]
|
||||
expected: FAIL
|
||||
|
||||
[Cache.keys with no matching entries]
|
||||
expected: NOTRUN
|
||||
|
||||
[Cache.keys with URL]
|
||||
expected: NOTRUN
|
||||
|
||||
[Cache.keys with Request]
|
||||
expected: NOTRUN
|
||||
|
||||
[Cache.keys with new Request]
|
||||
expected: NOTRUN
|
||||
|
||||
[Cache.keys with ignoreSearch option (request with no search parameters)]
|
||||
expected: NOTRUN
|
||||
|
||||
[Cache.keys with ignoreSearch option (request with search parameters)]
|
||||
expected: NOTRUN
|
||||
|
||||
[Cache.keys supports ignoreMethod]
|
||||
expected: NOTRUN
|
||||
|
||||
[Cache.keys supports ignoreVary]
|
||||
expected: NOTRUN
|
||||
|
||||
[Cache.keys with URL containing fragment]
|
||||
expected: NOTRUN
|
||||
|
||||
[Cache.keys with string fragment "http" as query]
|
||||
expected: NOTRUN
|
||||
|
||||
[Cache.keys without parameters]
|
||||
expected: NOTRUN
|
||||
|
||||
[Cache.keys with explicitly undefined request]
|
||||
expected: NOTRUN
|
||||
|
||||
[Cache.keys with explicitly undefined request and empty options]
|
||||
expected: NOTRUN
|
||||
|
||||
[Cache.keys without parameters and VARY entries]
|
||||
expected: NOTRUN
|
||||
|
||||
[Cache.keys with a HEAD Request]
|
||||
expected: NOTRUN
|
||||
|
||||
|
||||
[cache-keys.https.any.html]
|
||||
expected: ERROR
|
||||
[Cache.keys() called on an empty cache]
|
||||
expected: FAIL
|
||||
|
||||
[Cache.keys with no matching entries]
|
||||
expected: NOTRUN
|
||||
|
||||
[Cache.keys with URL]
|
||||
expected: NOTRUN
|
||||
|
||||
[Cache.keys with Request]
|
||||
expected: NOTRUN
|
||||
|
||||
[Cache.keys with new Request]
|
||||
expected: NOTRUN
|
||||
|
||||
[Cache.keys with ignoreSearch option (request with no search parameters)]
|
||||
expected: NOTRUN
|
||||
|
||||
[Cache.keys with ignoreSearch option (request with search parameters)]
|
||||
expected: NOTRUN
|
||||
|
||||
[Cache.keys supports ignoreMethod]
|
||||
expected: NOTRUN
|
||||
|
||||
[Cache.keys supports ignoreVary]
|
||||
expected: NOTRUN
|
||||
|
||||
[Cache.keys with URL containing fragment]
|
||||
expected: NOTRUN
|
||||
|
||||
[Cache.keys with string fragment "http" as query]
|
||||
expected: NOTRUN
|
||||
|
||||
[Cache.keys without parameters]
|
||||
expected: NOTRUN
|
||||
|
||||
[Cache.keys with explicitly undefined request]
|
||||
expected: NOTRUN
|
||||
|
||||
[Cache.keys with explicitly undefined request and empty options]
|
||||
expected: NOTRUN
|
||||
|
||||
[Cache.keys without parameters and VARY entries]
|
||||
expected: NOTRUN
|
||||
|
||||
[Cache.keys with a HEAD Request]
|
||||
expected: NOTRUN
|
Loading…
Add table
Add a link
Reference in a new issue