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
54
tests/wpt/meta/service-workers/service-worker/static-router-subresource.https.html.ini
vendored
Normal file
54
tests/wpt/meta/service-workers/service-worker/static-router-subresource.https.html.ini
vendored
Normal file
|
@ -0,0 +1,54 @@
|
|||
[static-router-subresource.https.html]
|
||||
[Subresource load not matched with URLPattern condition]
|
||||
expected: FAIL
|
||||
|
||||
[Subresource load matched with URLPattern condition]
|
||||
expected: FAIL
|
||||
|
||||
[Subresource cross origin load matched with URLPattern condition via constructed object]
|
||||
expected: FAIL
|
||||
|
||||
[Subresource load matched with ignoreCase URLPattern condition]
|
||||
expected: FAIL
|
||||
|
||||
[Subresource load matched without ignoreCase URLPattern condition]
|
||||
expected: FAIL
|
||||
|
||||
[Subresource load matched with URLPattern condition via URLPatternCompatible]
|
||||
expected: FAIL
|
||||
|
||||
[Subresource cross origin load not matched with URLPattern condition via URLPatternCompatible]
|
||||
expected: FAIL
|
||||
|
||||
[Subresource load matched with URLPattern condition via string]
|
||||
expected: FAIL
|
||||
|
||||
[Subresource cross origin load not matched with URLPattern condition via string]
|
||||
expected: FAIL
|
||||
|
||||
[Subresource load matched with RequestMode condition]
|
||||
expected: FAIL
|
||||
|
||||
[Subresource load matched with the nested `or` condition]
|
||||
expected: FAIL
|
||||
|
||||
[Subresource load matched with the next `or` condition]
|
||||
expected: FAIL
|
||||
|
||||
[Subresource load not matched with `or` condition]
|
||||
expected: FAIL
|
||||
|
||||
[Subresource load matched with the cache source rule]
|
||||
expected: FAIL
|
||||
|
||||
[Subresource load did not match with the cache and fallback to the network]
|
||||
expected: FAIL
|
||||
|
||||
[Subresource load matched with the cache source, with specifying the cache name]
|
||||
expected: FAIL
|
||||
|
||||
[Subresource load should not match with the not condition]
|
||||
expected: FAIL
|
||||
|
||||
[Subresource load should match with a file other than not]
|
||||
expected: FAIL
|
Loading…
Add table
Add a link
Reference in a new issue