mirror of
https://github.com/servo/servo.git
synced 2025-09-30 08:39:16 +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
|
@ -1,3 +1,3 @@
|
|||
[accumulated-oversized-payload.tentative.https.window.html]
|
||||
[accumulated-oversized-payload.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
|
|
@ -1,3 +1,3 @@
|
|||
[accumulated-oversized-payload.tentative.https.window.html]
|
||||
[accumulated-oversized-payload.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
|
|
@ -1,4 +1,4 @@
|
|||
[empty-payload.tentative.https.window.html]
|
||||
[empty-payload.https.window.html]
|
||||
expected: ERROR
|
||||
[fetchLater() does not accept empty POST request body of String in a default cross-origin iframe.]
|
||||
expected: FAIL
|
|
@ -1,4 +1,4 @@
|
|||
[max-payload.tentative.https.window.html]
|
||||
[max-payload.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
|
|
@ -1,3 +1,3 @@
|
|||
[multiple-iframes.tentative.https.window.html]
|
||||
[multiple-iframes.https.window.html]
|
||||
[fetchLater() request quota are delegated to cross-origin iframes and not shared, even if they are same origin.]
|
||||
expected: FAIL
|
|
@ -1,4 +1,4 @@
|
|||
[oversized-payload.tentative.https.window.html]
|
||||
[oversized-payload.https.window.html]
|
||||
expected: TIMEOUT
|
||||
[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: TIMEOUT
|
|
@ -0,0 +1,3 @@
|
|||
[sandboxed-iframe.https.window.html]
|
||||
[A sandboxed iframe (without allow-same-origin) should be treated as cross-origin and have its own minimal quota.]
|
||||
expected: FAIL
|
|
@ -1,4 +1,4 @@
|
|||
[small-payload.tentative.https.window.html]
|
||||
[small-payload.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
|
|
@ -1,4 +1,4 @@
|
|||
[empty-payload.tentative.https.window.html]
|
||||
[empty-payload.https.window.html]
|
||||
expected: ERROR
|
||||
[fetchLater() does not accept an empty POST request body of String.]
|
||||
expected: FAIL
|
|
@ -1,4 +1,4 @@
|
|||
[max-payload.tentative.https.window.html]
|
||||
[max-payload.https.window.html]
|
||||
[fetchLater() accepts max payload in a POST request body of String.]
|
||||
expected: FAIL
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
[multiple-origins.tentative.https.window.html]
|
||||
[multiple-origins.https.window.html]
|
||||
[fetchLater() has per-request-origin quota for its POST body of String.]
|
||||
expected: FAIL
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
[oversized-payload.tentative.https.window.html]
|
||||
[oversized-payload.https.window.html]
|
||||
[fetchLater() does not accept payload[size=65537\] exceeding per-origin quota in a POST request body of String.]
|
||||
expected: FAIL
|
||||
|
|
@ -1,3 +1,3 @@
|
|||
[accumulated-oversized-payload.tentative.https.window.html]
|
||||
[accumulated-oversized-payload.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
|
|
@ -1,4 +1,4 @@
|
|||
[empty-payload.tentative.https.window.html]
|
||||
[empty-payload.https.window.html]
|
||||
expected: ERROR
|
||||
[fetchLater() does not accept empty POST request body of String in same-origin iframe.]
|
||||
expected: FAIL
|
|
@ -1,5 +1,4 @@
|
|||
[max-payload.tentative.https.window.html]
|
||||
expected: ERROR
|
||||
[max-payload.https.window.html]
|
||||
[fetchLater() accepts max payload in a POST request body of String in same-origin iframe.]
|
||||
expected: FAIL
|
||||
|
|
@ -1,4 +1,3 @@
|
|||
[multiple-iframes.tentative.https.window.html]
|
||||
expected: ERROR
|
||||
[multiple-iframes.https.window.html]
|
||||
[fetchLater() request quota are shared by same-origin iframes and root.]
|
||||
expected: FAIL
|
|
@ -1,4 +1,4 @@
|
|||
[oversized-payload.tentative.https.window.html]
|
||||
[oversized-payload.https.window.html]
|
||||
expected: TIMEOUT
|
||||
[fetchLater() does not accept payload[size=65537\] exceeding per-origin quota in a POST request body of String in same-origin iframe.]
|
||||
expected: TIMEOUT
|
|
@ -0,0 +1,3 @@
|
|||
[sandboxed-iframe.https.window.html]
|
||||
[A sandboxed iframe with 'allow-same-origin' should be treated as same-origin and share the parent's quota.]
|
||||
expected: FAIL
|
|
@ -1,4 +1,4 @@
|
|||
[small-payload.tentative.https.window.html]
|
||||
[small-payload.https.window.html]
|
||||
expected: ERROR
|
||||
[fetchLater() accepts payload[size=20\] in a POST request body of String in same-origin iframe.]
|
||||
expected: FAIL
|
|
@ -1,4 +1,4 @@
|
|||
[small-payload.tentative.https.window.html]
|
||||
[small-payload.https.window.html]
|
||||
[fetchLater() accepts small payload in a POST request body of String.]
|
||||
expected: FAIL
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue