Update web-platform-tests to revision b'e5e7dab5e72edd352b17105acce2b8f443face10' (#35174)

Signed-off-by: WPT Sync Bot <ghbot+wpt-sync@servo.org>
This commit is contained in:
Servo WPT Sync 2025-01-26 14:36:52 +01:00 committed by GitHub
parent 37695c8c8c
commit 7045630fee
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
621 changed files with 18766 additions and 8474 deletions

View file

@ -7,3 +7,9 @@
[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

View file

@ -7,3 +7,6 @@
[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