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:
Servo WPT Sync 2025-09-21 07:47:33 +02:00 committed by GitHub
parent 77ae3a0eb3
commit 016524bd3c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
716 changed files with 12167 additions and 4567 deletions

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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