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

@ -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