mirror of
https://github.com/servo/servo.git
synced 2025-09-30 08:39: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
51
tests/wpt/meta/content-security-policy/securitypolicyviolation/source-file.html.ini
vendored
Normal file
51
tests/wpt/meta/content-security-policy/securitypolicyviolation/source-file.html.ini
vendored
Normal file
|
@ -0,0 +1,51 @@
|
|||
[source-file.html]
|
||||
[Basic HTTPS URL]
|
||||
expected: FAIL
|
||||
|
||||
[Basic HTTP URL]
|
||||
expected: FAIL
|
||||
|
||||
[Basic WSS URL]
|
||||
expected: FAIL
|
||||
|
||||
[Basic WS URL]
|
||||
expected: FAIL
|
||||
|
||||
[Fragment]
|
||||
expected: FAIL
|
||||
|
||||
[Query]
|
||||
expected: FAIL
|
||||
|
||||
[Port]
|
||||
expected: FAIL
|
||||
|
||||
[User:password]
|
||||
expected: FAIL
|
||||
|
||||
[User]
|
||||
expected: FAIL
|
||||
|
||||
[Invalid URL]
|
||||
expected: FAIL
|
||||
|
||||
[file:]
|
||||
expected: FAIL
|
||||
|
||||
[Custom protocol]
|
||||
expected: FAIL
|
||||
|
||||
[about:blank]
|
||||
expected: FAIL
|
||||
|
||||
[about:custom]
|
||||
expected: FAIL
|
||||
|
||||
[data:]
|
||||
expected: FAIL
|
||||
|
||||
[blob:]
|
||||
expected: FAIL
|
||||
|
||||
[javascript:]
|
||||
expected: FAIL
|
Loading…
Add table
Add a link
Reference in a new issue