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,6 @@
[sharedworker-classic.http.html]
[Content Security Policy: Expects allowed for sharedworker-classic to same-http origin and keep-origin redirection from http context.]
expected: FAIL
[Content Security Policy: Expects allowed for sharedworker-classic to same-http origin and no-redirect redirection from http context.]
expected: FAIL

View file

@ -0,0 +1,6 @@
[sharedworker-classic.https.html]
[Content Security Policy: Expects allowed for sharedworker-classic to same-https origin and keep-origin redirection from https context.]
expected: FAIL
[Content Security Policy: Expects allowed for sharedworker-classic to same-https origin and no-redirect redirection from https context.]
expected: FAIL

View file

@ -0,0 +1,18 @@
[sharedworker-import-data.http.html]
[Content Security Policy: Expects blocked for sharedworker-import-data to cross-http origin and keep-origin redirection from http context.: securitypolicyviolation]
expected: FAIL
[Content Security Policy: Expects blocked for sharedworker-import-data to cross-http origin and no-redirect redirection from http context.: securitypolicyviolation]
expected: FAIL
[Content Security Policy: Expects blocked for sharedworker-import-data to cross-http origin and swap-origin redirection from http context.: securitypolicyviolation]
expected: FAIL
[Content Security Policy: Expects blocked for sharedworker-import-data to same-http origin and keep-origin redirection from http context.: securitypolicyviolation]
expected: FAIL
[Content Security Policy: Expects blocked for sharedworker-import-data to same-http origin and no-redirect redirection from http context.: securitypolicyviolation]
expected: FAIL
[Content Security Policy: Expects blocked for sharedworker-import-data to same-http origin and swap-origin redirection from http context.: securitypolicyviolation]
expected: FAIL

View file

@ -0,0 +1,18 @@
[sharedworker-import-data.https.html]
[Content Security Policy: Expects blocked for sharedworker-import-data to cross-https origin and keep-origin redirection from https context.: securitypolicyviolation]
expected: FAIL
[Content Security Policy: Expects blocked for sharedworker-import-data to cross-https origin and no-redirect redirection from https context.: securitypolicyviolation]
expected: FAIL
[Content Security Policy: Expects blocked for sharedworker-import-data to cross-https origin and swap-origin redirection from https context.: securitypolicyviolation]
expected: FAIL
[Content Security Policy: Expects blocked for sharedworker-import-data to same-https origin and keep-origin redirection from https context.: securitypolicyviolation]
expected: FAIL
[Content Security Policy: Expects blocked for sharedworker-import-data to same-https origin and no-redirect redirection from https context.: securitypolicyviolation]
expected: FAIL
[Content Security Policy: Expects blocked for sharedworker-import-data to same-https origin and swap-origin redirection from https context.: securitypolicyviolation]
expected: FAIL

View file

@ -0,0 +1,18 @@
[sharedworker-import.http.html]
[Content Security Policy: Expects allowed for sharedworker-import to same-http origin and keep-origin redirection from http context.]
expected: FAIL
[Content Security Policy: Expects allowed for sharedworker-import to same-http origin and no-redirect redirection from http context.]
expected: FAIL
[Content Security Policy: Expects blocked for sharedworker-import to cross-http origin and keep-origin redirection from http context.: securitypolicyviolation]
expected: FAIL
[Content Security Policy: Expects blocked for sharedworker-import to cross-http origin and no-redirect redirection from http context.: securitypolicyviolation]
expected: FAIL
[Content Security Policy: Expects blocked for sharedworker-import to cross-http origin and swap-origin redirection from http context.: securitypolicyviolation]
expected: FAIL
[Content Security Policy: Expects blocked for sharedworker-import to same-http origin and swap-origin redirection from http context.: securitypolicyviolation]
expected: FAIL

View file

@ -0,0 +1,18 @@
[sharedworker-import.https.html]
[Content Security Policy: Expects allowed for sharedworker-import to same-https origin and keep-origin redirection from https context.]
expected: FAIL
[Content Security Policy: Expects allowed for sharedworker-import to same-https origin and no-redirect redirection from https context.]
expected: FAIL
[Content Security Policy: Expects blocked for sharedworker-import to cross-https origin and keep-origin redirection from https context.: securitypolicyviolation]
expected: FAIL
[Content Security Policy: Expects blocked for sharedworker-import to cross-https origin and no-redirect redirection from https context.: securitypolicyviolation]
expected: FAIL
[Content Security Policy: Expects blocked for sharedworker-import to cross-https origin and swap-origin redirection from https context.: securitypolicyviolation]
expected: FAIL
[Content Security Policy: Expects blocked for sharedworker-import to same-https origin and swap-origin redirection from https context.: securitypolicyviolation]
expected: FAIL

View file

@ -0,0 +1,6 @@
[sharedworker-module.http.html]
[Content Security Policy: Expects allowed for sharedworker-module to same-http origin and keep-origin redirection from http context.]
expected: FAIL
[Content Security Policy: Expects allowed for sharedworker-module to same-http origin and no-redirect redirection from http context.]
expected: FAIL

View file

@ -0,0 +1,6 @@
[sharedworker-module.https.html]
[Content Security Policy: Expects allowed for sharedworker-module to same-https origin and keep-origin redirection from https context.]
expected: FAIL
[Content Security Policy: Expects allowed for sharedworker-module to same-https origin and no-redirect redirection from https context.]
expected: FAIL

View file

@ -0,0 +1,18 @@
[worker-import-data.http.html]
[Content Security Policy: Expects blocked for worker-import-data to cross-http origin and keep-origin redirection from http context.: securitypolicyviolation]
expected: FAIL
[Content Security Policy: Expects blocked for worker-import-data to cross-http origin and no-redirect redirection from http context.: securitypolicyviolation]
expected: FAIL
[Content Security Policy: Expects blocked for worker-import-data to cross-http origin and swap-origin redirection from http context.: securitypolicyviolation]
expected: FAIL
[Content Security Policy: Expects blocked for worker-import-data to same-http origin and keep-origin redirection from http context.: securitypolicyviolation]
expected: FAIL
[Content Security Policy: Expects blocked for worker-import-data to same-http origin and no-redirect redirection from http context.: securitypolicyviolation]
expected: FAIL
[Content Security Policy: Expects blocked for worker-import-data to same-http origin and swap-origin redirection from http context.: securitypolicyviolation]
expected: FAIL

View file

@ -0,0 +1,18 @@
[worker-import-data.https.html]
[Content Security Policy: Expects blocked for worker-import-data to cross-https origin and keep-origin redirection from https context.: securitypolicyviolation]
expected: FAIL
[Content Security Policy: Expects blocked for worker-import-data to cross-https origin and no-redirect redirection from https context.: securitypolicyviolation]
expected: FAIL
[Content Security Policy: Expects blocked for worker-import-data to cross-https origin and swap-origin redirection from https context.: securitypolicyviolation]
expected: FAIL
[Content Security Policy: Expects blocked for worker-import-data to same-https origin and keep-origin redirection from https context.: securitypolicyviolation]
expected: FAIL
[Content Security Policy: Expects blocked for worker-import-data to same-https origin and no-redirect redirection from https context.: securitypolicyviolation]
expected: FAIL
[Content Security Policy: Expects blocked for worker-import-data to same-https origin and swap-origin redirection from https context.: securitypolicyviolation]
expected: FAIL

View file

@ -0,0 +1,18 @@
[worker-import.http.html]
[Content Security Policy: Expects allowed for worker-import to same-http origin and keep-origin redirection from http context.]
expected: FAIL
[Content Security Policy: Expects allowed for worker-import to same-http origin and no-redirect redirection from http context.]
expected: FAIL
[Content Security Policy: Expects blocked for worker-import to cross-http origin and keep-origin redirection from http context.: securitypolicyviolation]
expected: FAIL
[Content Security Policy: Expects blocked for worker-import to cross-http origin and no-redirect redirection from http context.: securitypolicyviolation]
expected: FAIL
[Content Security Policy: Expects blocked for worker-import to cross-http origin and swap-origin redirection from http context.: securitypolicyviolation]
expected: FAIL
[Content Security Policy: Expects blocked for worker-import to same-http origin and swap-origin redirection from http context.: securitypolicyviolation]
expected: FAIL

View file

@ -0,0 +1,18 @@
[worker-import.https.html]
[Content Security Policy: Expects allowed for worker-import to same-https origin and keep-origin redirection from https context.]
expected: FAIL
[Content Security Policy: Expects allowed for worker-import to same-https origin and no-redirect redirection from https context.]
expected: FAIL
[Content Security Policy: Expects blocked for worker-import to cross-https origin and keep-origin redirection from https context.: securitypolicyviolation]
expected: FAIL
[Content Security Policy: Expects blocked for worker-import to cross-https origin and no-redirect redirection from https context.: securitypolicyviolation]
expected: FAIL
[Content Security Policy: Expects blocked for worker-import to cross-https origin and swap-origin redirection from https context.: securitypolicyviolation]
expected: FAIL
[Content Security Policy: Expects blocked for worker-import to same-https origin and swap-origin redirection from https context.: securitypolicyviolation]
expected: FAIL

View file

@ -0,0 +1,18 @@
[worklet-animation-import-data.https.html]
[Content Security Policy: Expects allowed for worklet-animation-import-data to cross-https origin and keep-origin redirection from https context.]
expected: FAIL
[Content Security Policy: Expects allowed for worklet-animation-import-data to cross-https origin and no-redirect redirection from https context.]
expected: FAIL
[Content Security Policy: Expects allowed for worklet-animation-import-data to cross-https origin and swap-origin redirection from https context.]
expected: FAIL
[Content Security Policy: Expects allowed for worklet-animation-import-data to same-https origin and keep-origin redirection from https context.]
expected: FAIL
[Content Security Policy: Expects allowed for worklet-animation-import-data to same-https origin and no-redirect redirection from https context.]
expected: FAIL
[Content Security Policy: Expects allowed for worklet-animation-import-data to same-https origin and swap-origin redirection from https context.]
expected: FAIL

View file

@ -0,0 +1,18 @@
[worklet-animation.https.html]
[Content Security Policy: Expects allowed for worklet-animation to cross-https origin and keep-origin redirection from https context.]
expected: FAIL
[Content Security Policy: Expects allowed for worklet-animation to cross-https origin and no-redirect redirection from https context.]
expected: FAIL
[Content Security Policy: Expects allowed for worklet-animation to cross-https origin and swap-origin redirection from https context.]
expected: FAIL
[Content Security Policy: Expects allowed for worklet-animation to same-https origin and keep-origin redirection from https context.]
expected: FAIL
[Content Security Policy: Expects allowed for worklet-animation to same-https origin and no-redirect redirection from https context.]
expected: FAIL
[Content Security Policy: Expects allowed for worklet-animation to same-https origin and swap-origin redirection from https context.]
expected: FAIL

View file

@ -0,0 +1,18 @@
[worklet-audio-import-data.https.html]
[Content Security Policy: Expects allowed for worklet-audio-import-data to cross-https origin and keep-origin redirection from https context.]
expected: FAIL
[Content Security Policy: Expects allowed for worklet-audio-import-data to cross-https origin and no-redirect redirection from https context.]
expected: FAIL
[Content Security Policy: Expects allowed for worklet-audio-import-data to cross-https origin and swap-origin redirection from https context.]
expected: FAIL
[Content Security Policy: Expects allowed for worklet-audio-import-data to same-https origin and keep-origin redirection from https context.]
expected: FAIL
[Content Security Policy: Expects allowed for worklet-audio-import-data to same-https origin and no-redirect redirection from https context.]
expected: FAIL
[Content Security Policy: Expects allowed for worklet-audio-import-data to same-https origin and swap-origin redirection from https context.]
expected: FAIL

View file

@ -0,0 +1,18 @@
[worklet-audio.https.html]
[Content Security Policy: Expects allowed for worklet-audio to cross-https origin and keep-origin redirection from https context.]
expected: FAIL
[Content Security Policy: Expects allowed for worklet-audio to cross-https origin and no-redirect redirection from https context.]
expected: FAIL
[Content Security Policy: Expects allowed for worklet-audio to cross-https origin and swap-origin redirection from https context.]
expected: FAIL
[Content Security Policy: Expects allowed for worklet-audio to same-https origin and keep-origin redirection from https context.]
expected: FAIL
[Content Security Policy: Expects allowed for worklet-audio to same-https origin and no-redirect redirection from https context.]
expected: FAIL
[Content Security Policy: Expects allowed for worklet-audio to same-https origin and swap-origin redirection from https context.]
expected: FAIL

View file

@ -0,0 +1,18 @@
[worklet-layout-import-data.https.html]
[Content Security Policy: Expects allowed for worklet-layout-import-data to cross-https origin and keep-origin redirection from https context.]
expected: FAIL
[Content Security Policy: Expects allowed for worklet-layout-import-data to cross-https origin and no-redirect redirection from https context.]
expected: FAIL
[Content Security Policy: Expects allowed for worklet-layout-import-data to cross-https origin and swap-origin redirection from https context.]
expected: FAIL
[Content Security Policy: Expects allowed for worklet-layout-import-data to same-https origin and keep-origin redirection from https context.]
expected: FAIL
[Content Security Policy: Expects allowed for worklet-layout-import-data to same-https origin and no-redirect redirection from https context.]
expected: FAIL
[Content Security Policy: Expects allowed for worklet-layout-import-data to same-https origin and swap-origin redirection from https context.]
expected: FAIL

View file

@ -0,0 +1,18 @@
[worklet-layout.https.html]
[Content Security Policy: Expects allowed for worklet-layout to cross-https origin and keep-origin redirection from https context.]
expected: FAIL
[Content Security Policy: Expects allowed for worklet-layout to cross-https origin and no-redirect redirection from https context.]
expected: FAIL
[Content Security Policy: Expects allowed for worklet-layout to cross-https origin and swap-origin redirection from https context.]
expected: FAIL
[Content Security Policy: Expects allowed for worklet-layout to same-https origin and keep-origin redirection from https context.]
expected: FAIL
[Content Security Policy: Expects allowed for worklet-layout to same-https origin and no-redirect redirection from https context.]
expected: FAIL
[Content Security Policy: Expects allowed for worklet-layout to same-https origin and swap-origin redirection from https context.]
expected: FAIL

View file

@ -0,0 +1,18 @@
[worklet-paint-import-data.https.html]
[Content Security Policy: Expects allowed for worklet-paint-import-data to cross-https origin and keep-origin redirection from https context.]
expected: FAIL
[Content Security Policy: Expects allowed for worklet-paint-import-data to cross-https origin and no-redirect redirection from https context.]
expected: FAIL
[Content Security Policy: Expects allowed for worklet-paint-import-data to cross-https origin and swap-origin redirection from https context.]
expected: FAIL
[Content Security Policy: Expects allowed for worklet-paint-import-data to same-https origin and keep-origin redirection from https context.]
expected: FAIL
[Content Security Policy: Expects allowed for worklet-paint-import-data to same-https origin and no-redirect redirection from https context.]
expected: FAIL
[Content Security Policy: Expects allowed for worklet-paint-import-data to same-https origin and swap-origin redirection from https context.]
expected: FAIL

View file

@ -0,0 +1,18 @@
[worklet-paint.https.html]
[Content Security Policy: Expects allowed for worklet-paint to cross-https origin and keep-origin redirection from https context.]
expected: FAIL
[Content Security Policy: Expects allowed for worklet-paint to cross-https origin and no-redirect redirection from https context.]
expected: FAIL
[Content Security Policy: Expects allowed for worklet-paint to cross-https origin and swap-origin redirection from https context.]
expected: FAIL
[Content Security Policy: Expects allowed for worklet-paint to same-https origin and keep-origin redirection from https context.]
expected: FAIL
[Content Security Policy: Expects allowed for worklet-paint to same-https origin and no-redirect redirection from https context.]
expected: FAIL
[Content Security Policy: Expects allowed for worklet-paint to same-https origin and swap-origin redirection from https context.]
expected: FAIL