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

@ -1,5 +1,4 @@
[new-window.tentative.https.window.html]
expected: TIMEOUT
[A blank window[target=''\][features='0'\] can trigger fetchLater.]
expected: FAIL
@ -53,3 +52,39 @@
[A cross-origin window[target='_blank'\][features='2'\] can trigger fetchLater.]
expected: TIMEOUT
[A blank window[target=''\][features=''\] can trigger fetchLater.]
expected: FAIL
[A same-origin window[target=''\][features=''\] can trigger fetchLater.]
expected: FAIL
[A cross-origin window[target=''\][features=''\] can trigger fetchLater.]
expected: FAIL
[A blank window[target=''\][features='popup'\] can trigger fetchLater.]
expected: FAIL
[A same-origin window[target=''\][features='popup'\] can trigger fetchLater.]
expected: FAIL
[A cross-origin window[target=''\][features='popup'\] can trigger fetchLater.]
expected: FAIL
[A blank window[target='_blank'\][features=''\] can trigger fetchLater.]
expected: FAIL
[A same-origin window[target='_blank'\][features=''\] can trigger fetchLater.]
expected: FAIL
[A cross-origin window[target='_blank'\][features=''\] can trigger fetchLater.]
expected: FAIL
[A blank window[target='_blank'\][features='popup'\] can trigger fetchLater.]
expected: FAIL
[A same-origin window[target='_blank'\][features='popup'\] can trigger fetchLater.]
expected: FAIL
[A cross-origin window[target='_blank'\][features='popup'\] can trigger fetchLater.]
expected: FAIL

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

View file

@ -1,102 +0,0 @@
[quota.tentative.https.window.html]
[A fetchLater() call accept small data in POST request of String.]
expected: FAIL
[A fetchLater() call accept small data in POST request of ArrayBuffer.]
expected: FAIL
[A fetchLater() call accept small data in POST request of FormData.]
expected: FAIL
[A fetchLater() call accept small data in POST request of URLSearchParams.]
expected: FAIL
[A fetchLater() call accept small data in POST request of Blob.]
expected: FAIL
[A fetchLater() call accept small data in POST request of File.]
expected: FAIL
[A single fetchLater() call takes up the per-origin quota for its body of String.]
expected: FAIL
[A single fetchLater() call takes up the per-origin quota for its body of ArrayBuffer.]
expected: FAIL
[A single fetchLater() call takes up the per-origin quota for its body of Blob.]
expected: FAIL
[A single fetchLater() call takes up the per-origin quota for its body of File.]
expected: FAIL
[A single fetchLater() call does not accept empty data in POST request of String.]
expected: FAIL
[A single fetchLater() call does not accept empty data in POST request of ArrayBuffer.]
expected: FAIL
[A single fetchLater() call does not accept empty data in POST request of FormData.]
expected: FAIL
[A single fetchLater() call does not accept empty data in POST request of URLSearchParams.]
expected: FAIL
[A single fetchLater() call does not accept empty data in POST request of Blob.]
expected: FAIL
[A single fetchLater() call does not accept empty data in POST request of File.]
expected: FAIL
[A single fetchLater() call is not allowed to exceed per-origin quota for its body of String.]
expected: FAIL
[A single fetchLater() call is not allowed to exceed per-origin quota for its body of ArrayBuffer.]
expected: FAIL
[A single fetchLater() call is not allowed to exceed per-origin quota for its body of FormData.]
expected: FAIL
[A single fetchLater() call is not allowed to exceed per-origin quota for its body of URLSearchParams.]
expected: FAIL
[A single fetchLater() call is not allowed to exceed per-origin quota for its body of Blob.]
expected: FAIL
[A single fetchLater() call is not allowed to exceed per-origin quota for its body of File.]
expected: FAIL
[The 2nd fetchLater() call is not allowed to exceed per-origin quota for its body of String.]
expected: FAIL
[The 2nd fetchLater() call is not allowed to exceed per-origin quota for its body of ArrayBuffer.]
expected: FAIL
[The 2nd fetchLater() call is not allowed to exceed per-origin quota for its body of FormData.]
expected: FAIL
[The 2nd fetchLater() call is not allowed to exceed per-origin quota for its body of URLSearchParams.]
expected: FAIL
[The 2nd fetchLater() call is not allowed to exceed per-origin quota for its body of Blob.]
expected: FAIL
[The 2nd fetchLater() call is not allowed to exceed per-origin quota for its body of File.]
expected: FAIL
[The 2nd fetchLater() call to another origin does not exceed per-origin quota for its body of String.]
expected: FAIL
[The 2nd fetchLater() call to another origin does not exceed per-origin quota for its body of ArrayBuffer.]
expected: FAIL
[The 2nd fetchLater() call to another origin does not exceed per-origin quota for its body of FormData.]
expected: FAIL
[The 2nd fetchLater() call to another origin does not exceed per-origin quota for its body of URLSearchParams.]
expected: FAIL
[The 2nd fetchLater() call to another origin does not exceed per-origin quota for its body of Blob.]
expected: FAIL
[The 2nd fetchLater() call to another origin does not exceed per-origin quota for its body of File.]
expected: FAIL

View file

@ -0,0 +1,3 @@
[accumulated-oversized-payload.tentative.https.window.html]
[The 2nd fetchLater(same-origin) call in the top-level document is not allowed to exceed per-origin quota for its POST body of String.]
expected: FAIL

View file

@ -0,0 +1,3 @@
[accumulated-oversized-payload.tentative.https.window.html]
[The 2nd fetchLater(same-origin) call in a default cross-origin child iframe has its owned per-origin quota for a request POST body of String.]
expected: FAIL

View file

@ -0,0 +1,19 @@
[empty-payload.tentative.https.window.html]
expected: ERROR
[fetchLater() does not accept empty POST request body of String in a default cross-origin iframe.]
expected: FAIL
[fetchLater() does not accept empty POST request body of ArrayBuffer in a default cross-origin iframe.]
expected: FAIL
[fetchLater() accepts a non-empty POST request body of FormData in a default cross-origin iframe.]
expected: FAIL
[fetchLater() does not accept empty POST request body of URLSearchParams in a default cross-origin iframe.]
expected: FAIL
[fetchLater() does not accept empty POST request body of Blob in a default cross-origin iframe.]
expected: FAIL
[fetchLater() does not accept empty POST request body of File in a default cross-origin iframe.]
expected: FAIL

View file

@ -0,0 +1,13 @@
[max-payload.tentative.https.window.html]
expected: ERROR
[fetchLater() accepts max payload in a parent-frame-origin POST request body of String in a default cross-origin iframe.]
expected: FAIL
[fetchLater() rejects max+1 payload in a parent-frame-origin POST request body of String in a default cross-origin iframe.]
expected: FAIL
[fetchLater() accepts max payload in a self-frame-origin POST request body of String in a default cross-origin iframe.]
expected: FAIL
[fetchLater() rejects max+1 payload in a self-frame-origin POST request body of String in a default cross-origin iframe.]
expected: FAIL

View file

@ -0,0 +1,3 @@
[multiple-iframes.tentative.https.window.html]
[fetchLater() request quota are delegated to cross-origin iframes and not shared, even if they are same origin.]
expected: FAIL

View file

@ -0,0 +1,19 @@
[oversized-payload.tentative.https.window.html]
expected: ERROR
[fetchLater() does not accept payload[size=8193\] exceeding per-origin quota in a POST request body of String in a default cross-origin iframe.]
expected: FAIL
[fetchLater() does not accept payload[size=8193\] exceeding per-origin quota in a POST request body of ArrayBuffer in a default cross-origin iframe.]
expected: FAIL
[fetchLater() does not accept payload[size=8193\] exceeding per-origin quota in a POST request body of FormData in a default cross-origin iframe.]
expected: FAIL
[fetchLater() does not accept payload[size=8193\] exceeding per-origin quota in a POST request body of URLSearchParams in a default cross-origin iframe.]
expected: FAIL
[fetchLater() does not accept payload[size=8193\] exceeding per-origin quota in a POST request body of Blob in a default cross-origin iframe.]
expected: FAIL
[fetchLater() does not accept payload[size=8193\] exceeding per-origin quota in a POST request body of File in a default cross-origin iframe.]
expected: FAIL

View file

@ -0,0 +1,19 @@
[small-payload.tentative.https.window.html]
expected: ERROR
[fetchLater() accepts payload[size=20\] in a POST request body of String in a default cross-origin iframe.]
expected: FAIL
[fetchLater() accepts payload[size=20\] in a POST request body of ArrayBuffer in a default cross-origin iframe.]
expected: FAIL
[fetchLater() accepts payload[size=20\] in a POST request body of FormData in a default cross-origin iframe.]
expected: FAIL
[fetchLater() accepts payload[size=20\] in a POST request body of URLSearchParams in a default cross-origin iframe.]
expected: FAIL
[fetchLater() accepts payload[size=20\] in a POST request body of Blob in a default cross-origin iframe.]
expected: FAIL
[fetchLater() accepts payload[size=20\] in a POST request body of File in a default cross-origin iframe.]
expected: FAIL

View file

@ -0,0 +1,25 @@
[empty-payload.tentative.https.window.html]
expected: ERROR
[fetchLater() does not accept an empty POST request body of String.]
expected: FAIL
[fetchLater() does not accept an empty POST request body of ArrayBuffer.]
expected: FAIL
[fetchLater() does not accept an empty POST request body of URLSearchParams.]
expected: FAIL
[fetchLater() does not accept an empty POST request body of Blob.]
expected: FAIL
[fetchLater() does not accept an empty POST request body of File.]
expected: FAIL
[fetchLater() accept a GET request.]
expected: FAIL
[fetchLater() accept a DELETE request.]
expected: FAIL
[fetchLater() accept a PUT request.]
expected: FAIL

View file

@ -0,0 +1,6 @@
[max-payload.tentative.https.window.html]
[fetchLater() accepts max payload in a POST request body of String.]
expected: FAIL
[fetchLater() rejects max+1 payload in a POST request body of String.]
expected: FAIL

View file

@ -0,0 +1,18 @@
[multiple-origins.tentative.https.window.html]
[fetchLater() has per-request-origin quota for its POST body of String.]
expected: FAIL
[fetchLater() has per-request-origin quota for its POST body of ArrayBuffer.]
expected: FAIL
[fetchLater() has per-request-origin quota for its POST body of FormData.]
expected: FAIL
[fetchLater() has per-request-origin quota for its POST body of URLSearchParams.]
expected: FAIL
[fetchLater() has per-request-origin quota for its POST body of Blob.]
expected: FAIL
[fetchLater() has per-request-origin quota for its POST body of File.]
expected: FAIL

View file

@ -0,0 +1,18 @@
[oversized-payload.tentative.https.window.html]
[fetchLater() does not accept payload[size=65537\] exceeding per-origin quota in a POST request body of String.]
expected: FAIL
[fetchLater() does not accept payload[size=65537\] exceeding per-origin quota in a POST request body of ArrayBuffer.]
expected: FAIL
[fetchLater() does not accept payload[size=65537\] exceeding per-origin quota in a POST request body of FormData.]
expected: FAIL
[fetchLater() does not accept payload[size=65537\] exceeding per-origin quota in a POST request body of URLSearchParams.]
expected: FAIL
[fetchLater() does not accept payload[size=65537\] exceeding per-origin quota in a POST request body of Blob.]
expected: FAIL
[fetchLater() does not accept payload[size=65537\] exceeding per-origin quota in a POST request body of File.]
expected: FAIL

View file

@ -0,0 +1,3 @@
[accumulated-oversized-payload.tentative.https.window.html]
[The 2nd fetchLater(same-origin) call in a same-origin child iframe is not allowed to exceed per-origin quota for its POST body of String.]
expected: FAIL

View file

@ -0,0 +1,18 @@
[empty-payload.tentative.https.window.html]
[fetchLater() does not accept empty POST request body of String in same-origin iframe.]
expected: FAIL
[fetchLater() does not accept empty POST request body of ArrayBuffer in same-origin iframe.]
expected: FAIL
[fetchLater() accepts a non-empty POST request body of FormData in same-origin iframe.]
expected: FAIL
[fetchLater() does not accept empty POST request body of URLSearchParams in same-origin iframe.]
expected: FAIL
[fetchLater() does not accept empty POST request body of Blob in same-origin iframe.]
expected: FAIL
[fetchLater() does not accept empty POST request body of File in same-origin iframe.]
expected: FAIL

View file

@ -0,0 +1,7 @@
[max-payload.tentative.https.window.html]
expected: ERROR
[fetchLater() accepts max payload in a POST request body of String in same-origin iframe.]
expected: FAIL
[fetchLater() rejects max+1 payload in a POST request body of String in same-origin iframe.]
expected: FAIL

View file

@ -0,0 +1,3 @@
[multiple-iframes.tentative.https.window.html]
[fetchLater() request quota are shared by same-origin iframes and root.]
expected: FAIL

View file

@ -0,0 +1,19 @@
[oversized-payload.tentative.https.window.html]
expected: ERROR
[fetchLater() does not accept payload[size=65537\] exceeding per-origin quota in a POST request body of String in same-origin iframe.]
expected: FAIL
[fetchLater() does not accept payload[size=65537\] exceeding per-origin quota in a POST request body of ArrayBuffer in same-origin iframe.]
expected: FAIL
[fetchLater() does not accept payload[size=65537\] exceeding per-origin quota in a POST request body of FormData in same-origin iframe.]
expected: FAIL
[fetchLater() does not accept payload[size=65537\] exceeding per-origin quota in a POST request body of URLSearchParams in same-origin iframe.]
expected: FAIL
[fetchLater() does not accept payload[size=65537\] exceeding per-origin quota in a POST request body of Blob in same-origin iframe.]
expected: FAIL
[fetchLater() does not accept payload[size=65537\] exceeding per-origin quota in a POST request body of File in same-origin iframe.]
expected: FAIL

View file

@ -0,0 +1,19 @@
[small-payload.tentative.https.window.html]
expected: ERROR
[fetchLater() accepts payload[size=20\] in a POST request body of String in same-origin iframe.]
expected: FAIL
[fetchLater() accepts payload[size=20\] in a POST request body of ArrayBuffer in same-origin iframe.]
expected: FAIL
[fetchLater() accepts payload[size=20\] in a POST request body of FormData in same-origin iframe.]
expected: FAIL
[fetchLater() accepts payload[size=20\] in a POST request body of URLSearchParams in same-origin iframe.]
expected: FAIL
[fetchLater() accepts payload[size=20\] in a POST request body of Blob in same-origin iframe.]
expected: FAIL
[fetchLater() accepts payload[size=20\] in a POST request body of File in same-origin iframe.]
expected: FAIL

View file

@ -0,0 +1,18 @@
[small-payload.tentative.https.window.html]
[fetchLater() accepts small payload in a POST request body of String.]
expected: FAIL
[fetchLater() accepts small payload in a POST request body of ArrayBuffer.]
expected: FAIL
[fetchLater() accepts small payload in a POST request body of FormData.]
expected: FAIL
[fetchLater() accepts small payload in a POST request body of URLSearchParams.]
expected: FAIL
[fetchLater() accepts small payload in a POST request body of Blob.]
expected: FAIL
[fetchLater() accepts small payload in a POST request body of File.]
expected: FAIL