Sync WPT with upstream (27-04-2025) (#36708)

Automated downstream sync of changes from upstream as of 27-04-2025
[no-wpt-sync]

Signed-off-by: WPT Sync Bot <ghbot+wpt-sync@servo.org>
This commit is contained in:
Servo WPT Sync 2025-04-27 04:05:07 +02:00 committed by GitHub
parent 902d2ad8f4
commit e22ce3988b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
496 changed files with 12700 additions and 2652 deletions

View file

@ -6,20 +6,50 @@
[U+000C FF should be properly parsed inside directive value - HTTP header]
expected: TIMEOUT
[Should load image without any CSP - meta tag]
[Should not load image with 'none' CSP - meta tag]
expected: FAIL
[Should load image without any CSP - HTTP header]
[Should not load image with 'none' CSP - HTTP header]
expected: FAIL
[U+00A0 NBSP should not be parsed between directive name and value - meta tag]
[U+0009 TAB should be properly parsed between directive name and value - meta tag]
expected: FAIL
[U+00A0 NBSP should not be parsed between directive name and value - HTTP header]
[U+0009 TAB should be properly parsed between directive name and value - HTTP header]
expected: FAIL
[U+00A0 NBSP should not be parsed inside directive value - meta tag]
[U+000C FF should be properly parsed between directive name and value - meta tag]
expected: FAIL
[U+00A0 NBSP should not be parsed inside directive value - HTTP header]
[U+000A LF should be properly parsed between directive name and value - meta tag]
expected: FAIL
[U+000D CR should be properly parsed between directive name and value - meta tag]
expected: FAIL
[U+0020 SPACE should be properly parsed between directive name and value - meta tag]
expected: FAIL
[U+0020 SPACE should be properly parsed between directive name and value - HTTP header]
expected: FAIL
[U+0009 TAB should be properly parsed inside directive value - meta tag]
expected: FAIL
[U+0009 TAB should be properly parsed inside directive value - HTTP header]
expected: FAIL
[U+000C FF should be properly parsed inside directive value - meta tag]
expected: FAIL
[U+000A LF should be properly parsed inside directive value - meta tag]
expected: FAIL
[U+000D CR should be properly parsed inside directive value - meta tag]
expected: FAIL
[U+0020 SPACE should be properly parsed inside directive value - meta tag]
expected: FAIL
[U+0020 SPACE should be properly parsed inside directive value - HTTP header]
expected: FAIL

View file

@ -1,4 +0,0 @@
[script-blocked-meta.https.html]
expected: TIMEOUT
[Test that meta require-sri-for blocks scripts with no SRI]
expected: TIMEOUT

View file

@ -1,9 +0,0 @@
[script.https.html]
[Ensure that a script without integrity did not run]
expected: FAIL
[Ensure that a script with unknown integrity algorithm did not run]
expected: FAIL
[Ensure that a no-cors script gets blocked]
expected: FAIL