Sync WPT with upstream (10-07-2025) (#37974)

Automated downstream sync of changes from upstream as of 10-07-2025
[no-wpt-sync]

Signed-off-by: WPT Sync Bot <ghbot+wpt-sync@servo.org>
This commit is contained in:
Servo WPT Sync 2025-07-10 05:09:13 +02:00 committed by GitHub
parent 4615464388
commit 84f0cd5801
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
192 changed files with 4789 additions and 2068 deletions

View file

@ -37,7 +37,53 @@
[script.https.html?reporting=true]
expected: ERROR
expected: TIMEOUT
[Ensure that a script without integrity did not run]
expected: TIMEOUT
[Ensure that a script with unknown integrity algorithm did not run]
expected: NOTRUN
[Ensure that a script without integrity algorithm runs and gets reported in report-only mode]
expected: NOTRUN
[Ensure that a no-cors script gets blocked]
expected: NOTRUN
[Ensure that ReportingObserver gets called without endpoints]
expected: NOTRUN
[Ensure that a script with integrity runs]
expected: NOTRUN
[Ensure that a data URI script with no integrity runs]
expected: NOTRUN
[Ensure that a no-CORS data URI script with no integrity runs]
expected: NOTRUN
[Ensure that a blob URL script with no integrity runs]
expected: NOTRUN
[Ensure that a no-CORS blob URL script with no integrity runs]
expected: NOTRUN
[Ensure that an about:blank URL script with no integrity does not trigger a report]
expected: NOTRUN
[Ensure that a no-CORS about:blank URL script with no integrity does not trigger a report]
expected: NOTRUN
[script.https.html?reporting=false]
expected: ERROR
[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
[Ensure that ReportingObserver gets called without endpoints]
expected: FAIL

View file

@ -0,0 +1,51 @@
[style.https.html?reporting=true]
expected: TIMEOUT
[Ensure that a style without integrity did not run]
expected: TIMEOUT
[Ensure that a style with unknown integrity algorithm did not run]
expected: NOTRUN
[Ensure that a style without integrity algorithm runs and gets reported in report-only mode]
expected: NOTRUN
[Ensure that a no-cors style gets blocked]
expected: NOTRUN
[Ensure that ReportingObserver gets called without endpoints]
expected: NOTRUN
[Ensure that a style with integrity runs]
expected: NOTRUN
[Ensure that a data URI style with no integrity runs]
expected: NOTRUN
[Ensure that a no-CORS data URI style with no integrity runs]
expected: NOTRUN
[Ensure that a blob URL style with no integrity runs]
expected: NOTRUN
[Ensure that a no-CORS blob URL style with no integrity runs]
expected: NOTRUN
[Ensure that an about:blank URL style with no integrity does not trigger a report]
expected: NOTRUN
[Ensure that a no-CORS about:blank URL style with no integrity does not trigger a report]
expected: NOTRUN
[style.https.html?reporting=false]
[Ensure that a style without integrity did not run]
expected: FAIL
[Ensure that a style with unknown integrity algorithm did not run]
expected: FAIL
[Ensure that a no-cors style gets blocked]
expected: FAIL
[Ensure that ReportingObserver gets called without endpoints]
expected: FAIL