mirror of
https://github.com/servo/servo.git
synced 2025-08-20 04:45: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
21
tests/wpt/meta/service-workers/service-worker/update.https.html.ini
vendored
Normal file
21
tests/wpt/meta/service-workers/service-worker/update.https.html.ini
vendored
Normal file
|
@ -0,0 +1,21 @@
|
|||
[update.https.html]
|
||||
[update() should succeed when new script is available.]
|
||||
expected: FAIL
|
||||
|
||||
[update() should fail when mime type is invalid.]
|
||||
expected: FAIL
|
||||
|
||||
[update() should fail when a response for the main script is redirect.]
|
||||
expected: FAIL
|
||||
|
||||
[update() should fail when a new script contains a syntax error.]
|
||||
expected: FAIL
|
||||
|
||||
[update() should resolve when the install event throws.]
|
||||
expected: FAIL
|
||||
|
||||
[update() should fail when the pending uninstall flag is set.]
|
||||
expected: FAIL
|
||||
|
||||
[update() should succeed when the script shrinks.]
|
||||
expected: FAIL
|
Loading…
Add table
Add a link
Reference in a new issue