mirror of
https://github.com/servo/servo.git
synced 2025-10-01 00:59:15 +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
30
tests/wpt/meta/content-security-policy/inheritance/iframe-all-local-schemes.sub.html.ini
vendored
Normal file
30
tests/wpt/meta/content-security-policy/inheritance/iframe-all-local-schemes.sub.html.ini
vendored
Normal file
|
@ -0,0 +1,30 @@
|
|||
[iframe-all-local-schemes.sub.html]
|
||||
[<iframe>'s about:blank inherits policy.]
|
||||
expected: FAIL
|
||||
|
||||
[window about:blank inherits policy.]
|
||||
expected: FAIL
|
||||
|
||||
[<iframe srcdoc>'s inherits policy.]
|
||||
expected: FAIL
|
||||
|
||||
[<iframe src='blob:...'>'s inherits policy.]
|
||||
expected: FAIL
|
||||
|
||||
[window url='blob:...' inherits policy.]
|
||||
expected: FAIL
|
||||
|
||||
[<iframe src='data:...'>'s inherits policy.]
|
||||
expected: FAIL
|
||||
|
||||
[<iframe src='javascript:...'>'s inherits policy (static <img> is blocked)]
|
||||
expected: FAIL
|
||||
|
||||
[window url='javascript:...'>'s inherits policy (static <img> is blocked)]
|
||||
expected: FAIL
|
||||
|
||||
[<iframe src='javascript:...'>'s inherits policy (dynamically inserted <img> is blocked)]
|
||||
expected: FAIL
|
||||
|
||||
[<iframe sandbox src='blob:...'>'s inherits policy. (opaque origin sandbox)]
|
||||
expected: FAIL
|
Loading…
Add table
Add a link
Reference in a new issue