mirror of
https://github.com/servo/servo.git
synced 2025-09-11 23:48:21 +01:00
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:
parent
4615464388
commit
84f0cd5801
192 changed files with 4789 additions and 2068 deletions
|
@ -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
|
||||
|
|
51
tests/wpt/meta/subresource-integrity/integrity-policy/style.https.html.ini
vendored
Normal file
51
tests/wpt/meta/subresource-integrity/integrity-policy/style.https.html.ini
vendored
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue