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 default cross-origin child iframe has its owned per-origin quota for a request 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 a default cross-origin iframe.]
expected: FAIL

View file

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

View file

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

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=8193\] exceeding per-origin quota in a POST request body of String in a default cross-origin iframe.]
expected: TIMEOUT

View file

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

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 a default cross-origin iframe.]
expected: FAIL