Update web-platform-tests to revision b'68f7e630c2646830a3ee274e21a3efcb001fbd65' (#32464)

This commit is contained in:
Servo WPT Sync 2024-06-09 01:48:28 -04:00 committed by GitHub
parent 4f5184b6e2
commit 855f32013f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
714 changed files with 24486 additions and 20198 deletions

View file

@ -0,0 +1,6 @@
[deferred-fetch-allowed-by-permissions-policy-attribute-redirect.tentative.https.window.html]
[Permissions policy allow="deferred-fetch" allows same-origin navigation in an iframe.]
expected: FAIL
[Permissions policy allow="deferred-fetch" disallows cross-origin navigation in an iframe.]
expected: FAIL

View file

@ -0,0 +1,6 @@
[deferred-fetch-allowed-by-permissions-policy-attribute.tentative.https.window.html]
[Permissions policy "deferred-fetch" can be enabled in the same-origin iframe using allow="deferred-fetch" attribute.]
expected: FAIL
[Permissions policy "deferred-fetch" can be enabled in the cross-origin iframe using allow="deferred-fetch" attribute.]
expected: FAIL

View file

@ -0,0 +1,9 @@
[deferred-fetch-allowed-by-permissions-policy.tentative.https.window.html]
[Permissions policy header: "deferred-fetch=*" allows fetchLater() in the top-level document.]
expected: FAIL
[Permissions policy header: "deferred-fetch=*" allows fetchLater() in the same-origin iframe.]
expected: FAIL
[Permissions policy header: "deferred-fetch=*" allow="deferred-fetch" allows fetchLater() in the cross-origin iframe.]
expected: FAIL

View file

@ -0,0 +1,6 @@
[deferred-fetch-default-permissions-policy.tentative.https.window.html]
[Default "deferred-fetch" permissions policy ["self"\] allows fetchLater() in the top-level document.]
expected: FAIL
[Default "deferred-fetch" permissions policy ["self"\] allows fetchLater() in the same-origin iframe.]
expected: FAIL

View file

@ -0,0 +1,3 @@
[deferred-fetch-disabled-by-permissions-policy.tentative.https.window.html]
[Permissions policy header: "deferred-fetch=()" disallows fetchLater() in the top-level document.]
expected: FAIL

View file

@ -0,0 +1,3 @@
[deferred-fetch-supported-by-permissions-policy.tentative.window.html]
[document.featurePolicy.features should advertise deferred-fetch.]
expected: FAIL