Enable service worker WPT tests. (#36221)

Signed-off-by: Josh Matthews <josh@joshmatthews.net>
This commit is contained in:
Josh Matthews 2025-03-31 04:31:24 -04:00 committed by GitHub
parent 5f4624d8d5
commit ee95ef53fb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
314 changed files with 5348 additions and 35 deletions

View 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