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
7
tests/wpt/meta/content-security-policy/media-src/media-src-7_1_2.sub.html.ini
vendored
Normal file
7
tests/wpt/meta/content-security-policy/media-src/media-src-7_1_2.sub.html.ini
vendored
Normal file
|
@ -0,0 +1,7 @@
|
|||
[media-src-7_1_2.sub.html]
|
||||
expected: TIMEOUT
|
||||
[Disallowed async video src]
|
||||
expected: FAIL
|
||||
|
||||
[Test that securitypolicyviolation events are fired]
|
||||
expected: NOTRUN
|
10
tests/wpt/meta/content-security-policy/media-src/media-src-7_2_2.sub.html.ini
vendored
Normal file
10
tests/wpt/meta/content-security-policy/media-src/media-src-7_2_2.sub.html.ini
vendored
Normal file
|
@ -0,0 +1,10 @@
|
|||
[media-src-7_2_2.sub.html]
|
||||
expected: TIMEOUT
|
||||
[Disallaowed audio src]
|
||||
expected: FAIL
|
||||
|
||||
[Disallowed audio source element]
|
||||
expected: FAIL
|
||||
|
||||
[Test that securitypolicyviolation events are fired]
|
||||
expected: NOTRUN
|
7
tests/wpt/meta/content-security-policy/media-src/media-src-7_3_2.sub.html.ini
vendored
Normal file
7
tests/wpt/meta/content-security-policy/media-src/media-src-7_3_2.sub.html.ini
vendored
Normal file
|
@ -0,0 +1,7 @@
|
|||
[media-src-7_3_2.sub.html]
|
||||
expected: TIMEOUT
|
||||
[Disallowed track element onerror handler fires.]
|
||||
expected: FAIL
|
||||
|
||||
[Test that securitypolicyviolation events are fired]
|
||||
expected: NOTRUN
|
12
tests/wpt/meta/content-security-policy/media-src/media-src-blocked.sub.html.ini
vendored
Normal file
12
tests/wpt/meta/content-security-policy/media-src/media-src-blocked.sub.html.ini
vendored
Normal file
|
@ -0,0 +1,12 @@
|
|||
[media-src-blocked.sub.html]
|
||||
[Disallowed async video src]
|
||||
expected: FAIL
|
||||
|
||||
[Disallowed async video source element]
|
||||
expected: FAIL
|
||||
|
||||
[Disallowed audio src]
|
||||
expected: FAIL
|
||||
|
||||
[Disallowed audio source element]
|
||||
expected: FAIL
|
Loading…
Add table
Add a link
Reference in a new issue