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

@ -0,0 +1,69 @@
[basic.https.window.html]
[fetchLater() cannot be called without request.]
expected: FAIL
[fetchLater() with same-origin (https) URL does not throw.]
expected: FAIL
[fetchLater() with http://localhost URL does not throw.]
expected: FAIL
[fetchLater() with https://localhost URL does not throw.]
expected: FAIL
[fetchLater() with http://127.0.0.1 URL does not throw.]
expected: FAIL
[fetchLater() with https://127.0.0.1 URL does not throw.]
expected: FAIL
[fetchLater() with http://[::1\] URL does not throw.]
expected: FAIL
[fetchLater() with https://[::1\] URL does not throw.]
expected: FAIL
[fetchLater() with https://example.com URL does not throw.]
expected: FAIL
[fetchLater() throws SecurityError on non-trustworthy http URL.]
expected: FAIL
[fetchLater() throws TypeError on file:// scheme.]
expected: FAIL
[fetchLater() throws TypeError on ftp:// scheme.]
expected: FAIL
[fetchLater() throws TypeError on ssh:// scheme.]
expected: FAIL
[fetchLater() throws TypeError on wss:// scheme.]
expected: FAIL
[fetchLater() throws TypeError on about: scheme.]
expected: FAIL
[fetchLater() throws TypeError on javascript: scheme.]
expected: FAIL
[fetchLater() throws TypeError on data: scheme.]
expected: FAIL
[fetchLater() throws TypeError on blob: scheme.]
expected: FAIL
[fetchLater() throws RangeError on negative activateAfter.]
expected: FAIL
[fetchLater()'s return tells the deferred request is not yet sent.]
expected: FAIL
[fetchLater() throws TypeError when mutating its returned state.]
expected: FAIL
[fetchLater() throws AbortError when its initial abort signal is aborted.]
expected: FAIL
[fetchLater() does not throw error when it is aborted before sending.]
expected: FAIL