mirror of
https://github.com/servo/servo.git
synced 2025-08-16 10:55:34 +01:00
Sync WPT with upstream (29-06-2025) (#37774)
Automated downstream sync of changes from upstream as of 29-06-2025 [no-wpt-sync] Signed-off-by: WPT Sync Bot <ghbot+wpt-sync@servo.org>
This commit is contained in:
parent
e1c037815c
commit
9a0f2be162
548 changed files with 15671 additions and 4682 deletions
55
tests/wpt/meta/content-security-policy/parsing/invalid-bytes.html.ini
vendored
Normal file
55
tests/wpt/meta/content-security-policy/parsing/invalid-bytes.html.ini
vendored
Normal file
|
@ -0,0 +1,55 @@
|
|||
[invalid-bytes.html]
|
||||
expected: TIMEOUT
|
||||
[CSP: "img-src 'none'\\x01" should allow rendering (Invalid directive ignored).]
|
||||
expected: TIMEOUT
|
||||
|
||||
[CSP: "img-src 'none' http:\\x01" should allow rendering (Invalid directive ignored).]
|
||||
expected: NOTRUN
|
||||
|
||||
[CSP: "img-src 'self'\\x01" should allow rendering (Invalid directive ignored).]
|
||||
expected: NOTRUN
|
||||
|
||||
[CSP: "img-src 'none'; media-src 'self'\\x01" should block rendering.]
|
||||
expected: NOTRUN
|
||||
|
||||
[CSP: "img-src 'self'; media-src 'self'\\x01" should allow rendering.]
|
||||
expected: NOTRUN
|
||||
|
||||
[CSP: "img-src 'self', img-src 'self'\\x01" should allow rendering.]
|
||||
expected: NOTRUN
|
||||
|
||||
[CSP: "img-src 'none', img-src 'self'\\x01" should block rendering.]
|
||||
expected: NOTRUN
|
||||
|
||||
[CSP: "img-src 'self', img-src\\x01" should allow rendering.]
|
||||
expected: NOTRUN
|
||||
|
||||
[CSP: "img-src 'none', img-src\\x01" should block rendering.]
|
||||
expected: NOTRUN
|
||||
|
||||
[CSP: "img-src 'none'\\x7f" should allow rendering (Invalid directive ignored).]
|
||||
expected: NOTRUN
|
||||
|
||||
[CSP: "img-src 'none' http:\\x7f" should allow rendering (Invalid directive ignored).]
|
||||
expected: NOTRUN
|
||||
|
||||
[CSP: "img-src 'self'\\x7f" should allow rendering (Invalid directive ignored).]
|
||||
expected: NOTRUN
|
||||
|
||||
[CSP: "img-src 'none'; media-src 'self'\\x7f" should block rendering.]
|
||||
expected: NOTRUN
|
||||
|
||||
[CSP: "img-src 'self'; media-src 'self'\\x7f" should allow rendering.]
|
||||
expected: NOTRUN
|
||||
|
||||
[CSP: "img-src 'self', img-src 'self'\\x7f" should allow rendering.]
|
||||
expected: NOTRUN
|
||||
|
||||
[CSP: "img-src 'none', img-src 'self'\\x7f" should block rendering.]
|
||||
expected: NOTRUN
|
||||
|
||||
[CSP: "img-src 'self', img-src\\x7f" should allow rendering.]
|
||||
expected: NOTRUN
|
||||
|
||||
[CSP: "img-src 'none', img-src\\x7f" should block rendering.]
|
||||
expected: NOTRUN
|
Loading…
Add table
Add a link
Reference in a new issue