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:
Josh Matthews 2025-04-10 04:09:23 -04:00 committed by GitHub
parent a0730d7154
commit c16ca22970
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
509 changed files with 5492 additions and 12 deletions

View file

@ -0,0 +1,4 @@
[frame-ancestors-from-serviceworker.https.html]
expected: ERROR
[A 'frame-ancestors' CSP directive set from a serviceworker response with a value 'none' should block rendering.]
expected: NOTRUN

View file

@ -0,0 +1,3 @@
[frame-ancestors-nested-cross-in-cross-none-block.html]
[A 'frame-ancestors' CSP directive with a value 'none' should block rendering in nested frames.]
expected: FAIL

View file

@ -0,0 +1,3 @@
[frame-ancestors-nested-cross-in-cross-self-block.html]
[A 'frame-ancestors' CSP directive with a value 'self' should block render in same-origin nested frames.]
expected: FAIL

View file

@ -0,0 +1,3 @@
[frame-ancestors-nested-cross-in-cross-url-block.html]
[A 'frame-ancestors' CSP directive with a URL value should block or allow rendering in nested frames as appropriate.]
expected: FAIL

View file

@ -0,0 +1,3 @@
[frame-ancestors-nested-same-in-cross-none-block.html]
[A 'frame-ancestors' CSP directive with a value 'none' should block rendering in nested frames.]
expected: FAIL

View file

@ -0,0 +1,3 @@
[frame-ancestors-nested-same-in-cross-self-block.html]
[A 'frame-ancestors' CSP directive with a value 'self' should block render in same-origin nested frames.]
expected: FAIL

View file

@ -0,0 +1,3 @@
[frame-ancestors-nested-same-in-cross-url-block.html]
[A 'frame-ancestors' CSP directive with a URL value should block or allow rendering in nested frames as appropriate.]
expected: FAIL

View file

@ -0,0 +1,3 @@
[frame-ancestors-nested-same-in-same-none-block.html]
[A 'frame-ancestors' CSP directive with a value 'none' should block rendering in nested frames.]
expected: FAIL

View file

@ -0,0 +1,3 @@
[frame-ancestors-nested-same-in-same-url-block.html]
[A 'frame-ancestors' CSP directive with a URL value should block or allow rendering in nested frames as appropriate.]
expected: FAIL

View file

@ -0,0 +1,3 @@
[frame-ancestors-none-block.html]
[A 'frame-ancestors' CSP directive with a value 'none' should block rendering.]
expected: FAIL

View file

@ -0,0 +1,3 @@
[frame-ancestors-overrides-xfo.html]
[A 'frame-ancestors' CSP directive overrides an 'x-frame-options' header which would allow the page.]
expected: FAIL

View file

@ -0,0 +1,3 @@
[frame-ancestors-path-ignored.window.html]
[A 'frame-ancestors' CSP directive with a URL that includes a path should be ignored.]
expected: FAIL

View file

@ -0,0 +1,3 @@
[report-blocked-frame.sub.html]
[Violation report status OK.]
expected: FAIL

View file

@ -0,0 +1,3 @@
[report-only-frame.sub.html]
[Violation report status OK.]
expected: FAIL