mirror of
https://github.com/servo/servo.git
synced 2025-08-10 07:55: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
|
@ -1,4 +1,5 @@
|
|||
[serviceworker-partitioning.tentative.https.window.html]
|
||||
expected: CRASH
|
||||
[Anonymous iframes get partitioned service workers.]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
|
||||
|
||||
[worker-cookies.tentative.https.window.html?worker=service_worker]
|
||||
expected: TIMEOUT
|
||||
expected: CRASH
|
||||
[Worker spawned from normal iframe can access global cookies]
|
||||
expected: TIMEOUT
|
||||
|
||||
|
|
|
@ -2,8 +2,5 @@
|
|||
[Navigating to a different document with window.open]
|
||||
expected: FAIL
|
||||
|
||||
[Navigating to a different document with link click]
|
||||
expected: FAIL
|
||||
|
||||
[Navigating to a different document with form submission]
|
||||
expected: FAIL
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
[document-base-url-window-initiator-is-not-opener.https.window.html]
|
||||
expected: TIMEOUT
|
||||
[window.open() gets base url from initiator not opener.]
|
||||
expected: [FAIL, PASS, TIMEOUT]
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
[iframe_sandbox_popups_nonescaping-1.html]
|
||||
expected: TIMEOUT
|
||||
[Check that popups from a sandboxed iframe do not escape the sandbox]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
[iframe_sandbox_popups_nonescaping-2.html]
|
||||
expected: TIMEOUT
|
||||
expected: CRASH
|
||||
[Check that popups from a sandboxed iframe do not escape the sandbox]
|
||||
expected: FAIL
|
||||
|
|
|
@ -1,2 +1,6 @@
|
|||
[list-of-available-images-matching.https.html]
|
||||
expected: ERROR
|
||||
[registering service worker]
|
||||
expected: FAIL
|
||||
|
||||
[unregistering service worker]
|
||||
expected: FAIL
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue