mirror of
https://github.com/servo/servo.git
synced 2025-08-22 22:05:32 +01:00
Run all CSP tests in CI by default. (#36436)
Extending the original set from #36402 since there are additional tests relevant to the work happening in #36409 and #36363. Testing: New tests in CI. Fixes: Part of https://github.com/servo/servo/issues/4577 Signed-off-by: Josh Matthews <josh@joshmatthews.net>
This commit is contained in:
parent
a0730d7154
commit
c16ca22970
509 changed files with 5492 additions and 12 deletions
3
tests/wpt/meta/content-security-policy/sandbox/sandbox-empty-subframe.sub.html.ini
vendored
Normal file
3
tests/wpt/meta/content-security-policy/sandbox/sandbox-empty-subframe.sub.html.ini
vendored
Normal file
|
@ -0,0 +1,3 @@
|
|||
[sandbox-empty-subframe.sub.html]
|
||||
[Expecting logs: ["PASS2"\]]
|
||||
expected: FAIL
|
21
tests/wpt/meta/content-security-policy/sandbox/service-worker-sandbox.https.html.ini
vendored
Normal file
21
tests/wpt/meta/content-security-policy/sandbox/service-worker-sandbox.https.html.ini
vendored
Normal file
|
@ -0,0 +1,21 @@
|
|||
[service-worker-sandbox.https.html]
|
||||
[global setup]
|
||||
expected: FAIL
|
||||
|
||||
[Origin of service worker]
|
||||
expected: FAIL
|
||||
|
||||
[Response generated by service worker can be fetched as same-origin]
|
||||
expected: FAIL
|
||||
|
||||
[Origin used in fetch on service worker (mode: same-origin, with ACAOrigin)]
|
||||
expected: FAIL
|
||||
|
||||
[Origin used in fetch on service worker (mode: same-origin)]
|
||||
expected: FAIL
|
||||
|
||||
[Origin used in fetch on service worker (mode: cors, with ACAOrigin)]
|
||||
expected: FAIL
|
||||
|
||||
[Origin used in fetch on service worker (mode: cors)]
|
||||
expected: FAIL
|
3
tests/wpt/meta/content-security-policy/sandbox/shared-worker-sandbox.html.ini
vendored
Normal file
3
tests/wpt/meta/content-security-policy/sandbox/shared-worker-sandbox.html.ini
vendored
Normal file
|
@ -0,0 +1,3 @@
|
|||
[shared-worker-sandbox.html]
|
||||
[sandbox directive for SharedWorker]
|
||||
expected: FAIL
|
3
tests/wpt/meta/content-security-policy/sandbox/window-reuse-unsandboxed.html.ini
vendored
Normal file
3
tests/wpt/meta/content-security-policy/sandbox/window-reuse-unsandboxed.html.ini
vendored
Normal file
|
@ -0,0 +1,3 @@
|
|||
[window-reuse-unsandboxed.html]
|
||||
[Window object should be reused]
|
||||
expected: FAIL
|
Loading…
Add table
Add a link
Reference in a new issue