mirror of
https://github.com/servo/servo.git
synced 2025-09-30 08:39:16 +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
4
tests/wpt/meta/content-security-policy/img-src/css-filter-blocked.tentative.html.ini
vendored
Normal file
4
tests/wpt/meta/content-security-policy/img-src/css-filter-blocked.tentative.html.ini
vendored
Normal file
|
@ -0,0 +1,4 @@
|
|||
[css-filter-blocked.tentative.html]
|
||||
expected: TIMEOUT
|
||||
[Blocked CSS filter: SVG]
|
||||
expected: TIMEOUT
|
4
tests/wpt/meta/content-security-policy/img-src/icon-blocked.sub.html.ini
vendored
Normal file
4
tests/wpt/meta/content-security-policy/img-src/icon-blocked.sub.html.ini
vendored
Normal file
|
@ -0,0 +1,4 @@
|
|||
[icon-blocked.sub.html]
|
||||
expected: TIMEOUT
|
||||
[Test that spv event is fired]
|
||||
expected: NOTRUN
|
|
@ -0,0 +1,3 @@
|
|||
[img-src-full-host-wildcard-blocked.sub.html]
|
||||
[img src does not match full host and wildcard csp directive]
|
||||
expected: FAIL
|
3
tests/wpt/meta/content-security-policy/img-src/img-src-none-blocks-data-uri.html.ini
vendored
Normal file
3
tests/wpt/meta/content-security-policy/img-src/img-src-none-blocks-data-uri.html.ini
vendored
Normal file
|
@ -0,0 +1,3 @@
|
|||
[img-src-none-blocks-data-uri.html]
|
||||
[img-src with 'none' source should not match]
|
||||
expected: FAIL
|
3
tests/wpt/meta/content-security-policy/img-src/img-src-none-blocks.html.ini
vendored
Normal file
3
tests/wpt/meta/content-security-policy/img-src/img-src-none-blocks.html.ini
vendored
Normal file
|
@ -0,0 +1,3 @@
|
|||
[img-src-none-blocks.html]
|
||||
[img-src with 'none' source should not match]
|
||||
expected: FAIL
|
4
tests/wpt/meta/content-security-policy/img-src/img-src-self-unique-origin.html.ini
vendored
Normal file
4
tests/wpt/meta/content-security-policy/img-src/img-src-self-unique-origin.html.ini
vendored
Normal file
|
@ -0,0 +1,4 @@
|
|||
[img-src-self-unique-origin.html]
|
||||
expected: TIMEOUT
|
||||
[Image's url must not match with 'self'. Image must be blocked.]
|
||||
expected: TIMEOUT
|
3
tests/wpt/meta/content-security-policy/img-src/report-blocked-data-uri.sub.html.ini
vendored
Normal file
3
tests/wpt/meta/content-security-policy/img-src/report-blocked-data-uri.sub.html.ini
vendored
Normal file
|
@ -0,0 +1,3 @@
|
|||
[report-blocked-data-uri.sub.html]
|
||||
[Expecting logs: ["violated-directive=img-src"\]]
|
||||
expected: FAIL
|
4
tests/wpt/meta/content-security-policy/img-src/svg-use-blocked.tentative.html.ini
vendored
Normal file
4
tests/wpt/meta/content-security-policy/img-src/svg-use-blocked.tentative.html.ini
vendored
Normal file
|
@ -0,0 +1,4 @@
|
|||
[svg-use-blocked.tentative.html]
|
||||
expected: TIMEOUT
|
||||
[Blocked SVG <use> element]
|
||||
expected: TIMEOUT
|
Loading…
Add table
Add a link
Reference in a new issue