mirror of
https://github.com/servo/servo.git
synced 2025-09-30 00:29:14 +01:00
Sync WPT with upstream (21-09-2025) (#39414)
Automated downstream sync of changes from upstream as of 21-09-2025 [no-wpt-sync] --------- Signed-off-by: WPT Sync Bot <ghbot+wpt-sync@servo.org> Signed-off-by: Euclid Ye <yezhizhenjiakang@gmail.com> Co-authored-by: Euclid Ye <yezhizhenjiakang@gmail.com>
This commit is contained in:
parent
77ae3a0eb3
commit
016524bd3c
716 changed files with 12167 additions and 4567 deletions
|
@ -0,0 +1,6 @@
|
|||
[deferred-fetch-allowed-by-permissions-policy-attribute-redirect.https.window.html]
|
||||
[Permissions policy allow="deferred-fetch" allows fetchLater() from a redirected same-origin iframe.]
|
||||
expected: FAIL
|
||||
|
||||
[Permissions policy allow="deferred-fetch" disallows fetchLater() from a redirected cross-origin iframe.]
|
||||
expected: FAIL
|
|
@ -1,15 +0,0 @@
|
|||
[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
|
||||
|
||||
[Permissions policy allow="deferred-fetch" allows cross-origin navigation in an iframe.]
|
||||
expected: FAIL
|
||||
|
||||
[Permissions policy allow="deferred-fetch" allows fetchLater() from a redirected same-origin iframe.]
|
||||
expected: FAIL
|
||||
|
||||
[Permissions policy allow="deferred-fetch" disallows fetchLater() from a redirected cross-origin iframe.]
|
||||
expected: FAIL
|
|
@ -1,4 +1,4 @@
|
|||
[deferred-fetch-allowed-by-permissions-policy-attribute.tentative.https.window.html]
|
||||
[deferred-fetch-allowed-by-permissions-policy-attribute.https.window.html]
|
||||
[Permissions policy "deferred-fetch" can be enabled in the same-origin iframe using allow="deferred-fetch" attribute.]
|
||||
expected: FAIL
|
||||
|
|
@ -1,12 +1,12 @@
|
|||
[deferred-fetch-allowed-by-permissions-policy.tentative.https.window.html]
|
||||
[deferred-fetch-allowed-by-permissions-policy.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
|
||||
|
||||
[Permissions policy header: "deferred-fetch=*" allows fetchLater() in the cross-origin iframe.]
|
||||
expected: FAIL
|
||||
|
||||
[Permissions policy header: "deferred-fetch=*" allow="deferred-fetch" allows fetchLater() in the cross-origin iframe.]
|
||||
expected: FAIL
|
|
@ -1,12 +1,9 @@
|
|||
[deferred-fetch-default-permissions-policy.tentative.https.window.html]
|
||||
[deferred-fetch-default-permissions-policy.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
|
||||
|
||||
[Default "deferred-fetch" permissions policy ["self"\] allows fetchLater() in the cross-origin iframe.]
|
||||
expected: FAIL
|
||||
|
||||
[Default "deferred-fetch-minimal" permissions policy ["*"\] allows fetchLater() in the cross-origin iframe.]
|
||||
expected: FAIL
|
|
@ -1,3 +1,3 @@
|
|||
[deferred-fetch-supported-by-permissions-policy.tentative.window.html]
|
||||
[deferred-fetch-supported-by-permissions-policy.window.html]
|
||||
[document.featurePolicy.features should advertise deferred-fetch.]
|
||||
expected: FAIL
|
Loading…
Add table
Add a link
Reference in a new issue