mirror of
https://github.com/servo/servo.git
synced 2025-08-18 03:45:33 +01:00
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:
parent
37695c8c8c
commit
7045630fee
621 changed files with 18766 additions and 8474 deletions
|
@ -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
|
|
@ -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
|
|
@ -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
|
|
@ -0,0 +1,3 @@
|
|||
[multiple-iframes.tentative.https.window.html]
|
||||
[fetchLater() request quota are shared by same-origin iframes and root.]
|
||||
expected: FAIL
|
|
@ -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
|
|
@ -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
|
Loading…
Add table
Add a link
Reference in a new issue