mirror of
https://github.com/servo/servo.git
synced 2025-08-10 16:05:43 +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
87
tests/wpt/meta/service-workers/service-worker/sandboxed-iframe-fetch-event.https.html.ini
vendored
Normal file
87
tests/wpt/meta/service-workers/service-worker/sandboxed-iframe-fetch-event.https.html.ini
vendored
Normal file
|
@ -0,0 +1,87 @@
|
|||
[sandboxed-iframe-fetch-event.https.html]
|
||||
[Prepare a service worker.]
|
||||
expected: FAIL
|
||||
|
||||
[Prepare a normal iframe.]
|
||||
expected: FAIL
|
||||
|
||||
[Prepare an iframe sandboxed by <iframe sandbox="allow-scripts">.]
|
||||
expected: FAIL
|
||||
|
||||
[Prepare an iframe sandboxed by <iframe sandbox="allow-scripts allow-same-origin">.]
|
||||
expected: FAIL
|
||||
|
||||
[Prepare an iframe sandboxed by CSP HTTP header with allow-scripts.]
|
||||
expected: FAIL
|
||||
|
||||
[Prepare an iframe sandboxed by CSP HTTP header with allow-scripts and allow-same-origin.]
|
||||
expected: FAIL
|
||||
|
||||
[Fetch request from a normal iframe]
|
||||
expected: FAIL
|
||||
|
||||
[Fetch request from a worker in a normal iframe]
|
||||
expected: FAIL
|
||||
|
||||
[Request for an iframe in the normal iframe]
|
||||
expected: FAIL
|
||||
|
||||
[Request for an sandboxed iframe with allow-scripts flag in the normal iframe]
|
||||
expected: FAIL
|
||||
|
||||
[Request for an sandboxed iframe with allow-scripts and allow-same-origin flag in the normal iframe]
|
||||
expected: FAIL
|
||||
|
||||
[Fetch request from iframe sandboxed by an attribute with allow-scripts flag]
|
||||
expected: FAIL
|
||||
|
||||
[Fetch request from a worker in iframe sandboxed by an attribute with allow-scripts flag]
|
||||
expected: FAIL
|
||||
|
||||
[Request for an iframe in the iframe sandboxed by an attribute with allow-scripts flag]
|
||||
expected: FAIL
|
||||
|
||||
[Request for an sandboxed iframe with allow-scripts flag in the iframe sandboxed by an attribute with allow-scripts flag]
|
||||
expected: FAIL
|
||||
|
||||
[Request for an sandboxed iframe with allow-scripts and allow-same-origin flag in the iframe sandboxed by an attribute with allow-scripts flag]
|
||||
expected: FAIL
|
||||
|
||||
[Fetch request from iframe sandboxed by an attribute with allow-scripts and allow-same-origin flag]
|
||||
expected: FAIL
|
||||
|
||||
[Fetch request from a worker in iframe sandboxed by an attribute with allow-scripts and allow-same-origin flag]
|
||||
expected: FAIL
|
||||
|
||||
[Request for an iframe in the iframe sandboxed by an attribute with allow-scripts and allow-same-origin flag]
|
||||
expected: FAIL
|
||||
|
||||
[Request for an sandboxed iframe with allow-scripts flag in the iframe sandboxed by attribute with allow-scripts and allow-same-origin flag]
|
||||
expected: FAIL
|
||||
|
||||
[Request for an sandboxed iframe with allow-scripts and allow-same-origin flag in the iframe sandboxed by attribute with allow-scripts and allow-same-origin flag]
|
||||
expected: FAIL
|
||||
|
||||
[Fetch request from iframe sandboxed by CSP HTTP header with allow-scripts flag]
|
||||
expected: FAIL
|
||||
|
||||
[Request for an iframe in the iframe sandboxed by CSP HTTP header with allow-scripts flag]
|
||||
expected: FAIL
|
||||
|
||||
[Request for an sandboxed iframe with allow-scripts flag in the iframe sandboxed by CSP HTTP header with allow-scripts flag]
|
||||
expected: FAIL
|
||||
|
||||
[Request for an sandboxed iframe with allow-scripts and allow-same-origin flag in the iframe sandboxed by CSP HTTP header with allow-scripts flag]
|
||||
expected: FAIL
|
||||
|
||||
[Fetch request from iframe sandboxed by CSP HTTP header with allow-scripts and allow-same-origin flag]
|
||||
expected: FAIL
|
||||
|
||||
[Request for an iframe in the iframe sandboxed by CSP HTTP header with allow-scripts and allow-same-origin flag]
|
||||
expected: FAIL
|
||||
|
||||
[Request for an sandboxed iframe with allow-scripts flag in the iframe sandboxed by CSP HTTP header with allow-scripts and allow-same-origin flag]
|
||||
expected: FAIL
|
||||
|
||||
[Request for an sandboxed iframe with allow-scripts and allow-same-origin flag in the iframe sandboxed by CSP HTTP header with allow-scripts and allow-same-origin flag]
|
||||
expected: FAIL
|
Loading…
Add table
Add a link
Reference in a new issue