servo/tests/wpt/meta/content-security-policy/parsing/invalid-bytes.html.ini
Servo WPT Sync 9a0f2be162
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>
2025-06-29 01:47:33 +00:00

55 lines
1.7 KiB
INI
Vendored

[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