mirror of
https://github.com/servo/servo.git
synced 2025-09-30 16:49:16 +01:00
Run subset of CSP tests by default. (#36402)
This will establish a baseline for the changes from #36363. Testing: New tests in CI. Fixes: Part of #4577 Signed-off-by: Josh Matthews <josh@joshmatthews.net>
This commit is contained in:
parent
95eedb997a
commit
ce4ca9ee98
48 changed files with 333 additions and 0 deletions
8
tests/wpt/include.ini
vendored
8
tests/wpt/include.ini
vendored
|
@ -12,6 +12,14 @@ skip: true
|
|||
[samesite]
|
||||
skip: true
|
||||
[content-security-policy]
|
||||
[child-src]
|
||||
skip: false
|
||||
[connect-src]
|
||||
skip: false
|
||||
[default-src]
|
||||
skip: false
|
||||
[securitypolicyviolation]
|
||||
skip: false
|
||||
[unsafe-eval]
|
||||
skip: false
|
||||
[wasm-unsafe-eval]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue