mirror of
https://github.com/servo/servo.git
synced 2025-08-09 15:35:34 +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
160
tests/wpt/meta/service-workers/cache-storage/cache-match.https.any.js.ini
vendored
Normal file
160
tests/wpt/meta/service-workers/cache-storage/cache-match.https.any.js.ini
vendored
Normal file
|
@ -0,0 +1,160 @@
|
|||
[cache-match.https.any.sharedworker.html]
|
||||
expected: ERROR
|
||||
|
||||
[cache-match.https.any.serviceworker.html]
|
||||
expected: ERROR
|
||||
|
||||
[cache-match.https.any.html]
|
||||
expected: ERROR
|
||||
[Cache.match with no matching entries]
|
||||
expected: FAIL
|
||||
|
||||
[Cache.match with URL]
|
||||
expected: NOTRUN
|
||||
|
||||
[Cache.match with Request]
|
||||
expected: NOTRUN
|
||||
|
||||
[Cache.match with multiple cache hits]
|
||||
expected: NOTRUN
|
||||
|
||||
[Cache.match with new Request]
|
||||
expected: NOTRUN
|
||||
|
||||
[Cache.match with HEAD]
|
||||
expected: NOTRUN
|
||||
|
||||
[Cache.match with ignoreSearch option (request with no search parameters)]
|
||||
expected: NOTRUN
|
||||
|
||||
[Cache.match with ignoreSearch option (request with search parameter)]
|
||||
expected: NOTRUN
|
||||
|
||||
[Cache.match supports ignoreMethod]
|
||||
expected: NOTRUN
|
||||
|
||||
[Cache.match supports ignoreVary]
|
||||
expected: NOTRUN
|
||||
|
||||
[Cache.match does not support cacheName option]
|
||||
expected: NOTRUN
|
||||
|
||||
[Cache.match with URL containing fragment]
|
||||
expected: NOTRUN
|
||||
|
||||
[Cache.match with string fragment "http" as query]
|
||||
expected: NOTRUN
|
||||
|
||||
[Cache.match with responses containing "Vary" header]
|
||||
expected: NOTRUN
|
||||
|
||||
[Cache.match with Request and Response objects with different URLs]
|
||||
expected: NOTRUN
|
||||
|
||||
[Cache.match invoked multiple times for the same Request/Response]
|
||||
expected: NOTRUN
|
||||
|
||||
[Cache.match blob should be sliceable]
|
||||
expected: NOTRUN
|
||||
|
||||
[Cache.match with POST Request]
|
||||
expected: NOTRUN
|
||||
|
||||
[Cache.match with a non-2xx Response]
|
||||
expected: NOTRUN
|
||||
|
||||
[Cache.match with a network error Response]
|
||||
expected: NOTRUN
|
||||
|
||||
[Cache produces large Responses that can be cloned and read correctly.]
|
||||
expected: NOTRUN
|
||||
|
||||
[cors-exposed header should be stored correctly.]
|
||||
expected: NOTRUN
|
||||
|
||||
[MIME type should be set from content-header correctly.]
|
||||
expected: NOTRUN
|
||||
|
||||
[MIME type should reflect Content-Type headers of response.]
|
||||
expected: NOTRUN
|
||||
|
||||
[Cache.match ignores vary headers on opaque response.]
|
||||
expected: NOTRUN
|
||||
|
||||
|
||||
[cache-match.https.any.worker.html]
|
||||
expected: ERROR
|
||||
[Cache.match with no matching entries]
|
||||
expected: FAIL
|
||||
|
||||
[Cache.match with URL]
|
||||
expected: NOTRUN
|
||||
|
||||
[Cache.match with Request]
|
||||
expected: NOTRUN
|
||||
|
||||
[Cache.match with multiple cache hits]
|
||||
expected: NOTRUN
|
||||
|
||||
[Cache.match with new Request]
|
||||
expected: NOTRUN
|
||||
|
||||
[Cache.match with HEAD]
|
||||
expected: NOTRUN
|
||||
|
||||
[Cache.match with ignoreSearch option (request with no search parameters)]
|
||||
expected: NOTRUN
|
||||
|
||||
[Cache.match with ignoreSearch option (request with search parameter)]
|
||||
expected: NOTRUN
|
||||
|
||||
[Cache.match supports ignoreMethod]
|
||||
expected: NOTRUN
|
||||
|
||||
[Cache.match supports ignoreVary]
|
||||
expected: NOTRUN
|
||||
|
||||
[Cache.match does not support cacheName option]
|
||||
expected: NOTRUN
|
||||
|
||||
[Cache.match with URL containing fragment]
|
||||
expected: NOTRUN
|
||||
|
||||
[Cache.match with string fragment "http" as query]
|
||||
expected: NOTRUN
|
||||
|
||||
[Cache.match with responses containing "Vary" header]
|
||||
expected: NOTRUN
|
||||
|
||||
[Cache.match with Request and Response objects with different URLs]
|
||||
expected: NOTRUN
|
||||
|
||||
[Cache.match invoked multiple times for the same Request/Response]
|
||||
expected: NOTRUN
|
||||
|
||||
[Cache.match blob should be sliceable]
|
||||
expected: NOTRUN
|
||||
|
||||
[Cache.match with POST Request]
|
||||
expected: NOTRUN
|
||||
|
||||
[Cache.match with a non-2xx Response]
|
||||
expected: NOTRUN
|
||||
|
||||
[Cache.match with a network error Response]
|
||||
expected: NOTRUN
|
||||
|
||||
[Cache produces large Responses that can be cloned and read correctly.]
|
||||
expected: NOTRUN
|
||||
|
||||
[cors-exposed header should be stored correctly.]
|
||||
expected: NOTRUN
|
||||
|
||||
[MIME type should be set from content-header correctly.]
|
||||
expected: NOTRUN
|
||||
|
||||
[MIME type should reflect Content-Type headers of response.]
|
||||
expected: NOTRUN
|
||||
|
||||
[Cache.match ignores vary headers on opaque response.]
|
||||
expected: NOTRUN
|
Loading…
Add table
Add a link
Reference in a new issue