mirror of
https://github.com/servo/servo.git
synced 2025-08-10 16:05:43 +01:00
Update web-platform-tests to revision b'68f7e630c2646830a3ee274e21a3efcb001fbd65' (#32464)
This commit is contained in:
parent
4f5184b6e2
commit
855f32013f
714 changed files with 24486 additions and 20198 deletions
|
@ -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
|
|
@ -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
|
|
@ -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
|
|
@ -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
|
|
@ -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
|
|
@ -0,0 +1,3 @@
|
|||
[deferred-fetch-supported-by-permissions-policy.tentative.window.html]
|
||||
[document.featurePolicy.features should advertise deferred-fetch.]
|
||||
expected: FAIL
|
Loading…
Add table
Add a link
Reference in a new issue