Sync WPT with upstream (27-07-2025) (#38296)

Automated downstream sync of changes from upstream as of 27-07-2025
[no-wpt-sync]

Signed-off-by: WPT Sync Bot <ghbot+wpt-sync@servo.org>
This commit is contained in:
Servo WPT Sync 2025-07-27 03:45:05 +02:00 committed by GitHub
parent 9614fb997a
commit 633d746e2f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
504 changed files with 16011 additions and 4941 deletions

View file

@ -7,6 +7,3 @@
[load & pageshow events do not fire on contentWindow of <iframe> element created with src='about:blank#foo']
expected: FAIL
[load & pageshow events do not fire on contentWindow of <iframe> element created with src='about:blank']
expected: FAIL

View file

@ -1,2 +1,4 @@
[001.html]
expected: TIMEOUT
[traversing history must also traverse hash changes]
expected: FAIL

View file

@ -0,0 +1,3 @@
[traverse_the_history_4.html]
[Multiple history traversals, last would be aborted]
expected: FAIL

View file

@ -0,0 +1,3 @@
[current-patch.html]
[currentPatch lifecycle]
expected: FAIL

View file

@ -0,0 +1,9 @@
[patch-all.html]
[Streaming into node.patchAll() updates subtree by ID]
expected: FAIL
[IDs are scoped to the patchAll target]
expected: FAIL
[ID of the root node itself is ignored]
expected: FAIL

View file

@ -0,0 +1,3 @@
[patch-event.html]
[patch event timing]
expected: FAIL

View file

@ -0,0 +1,24 @@
[patch-self.html]
[streaming a response into node.patchSelf()]
expected: FAIL
[streaming text directly into node.patchSelf()]
expected: FAIL
[streaming a Symbol directly into node.patchSelf()]
expected: FAIL
[streaming numbers directly into node.patchSelf()]
expected: FAIL
[streaming null or undefined directly into node.patchSelf()]
expected: FAIL
[patchSelf() can stream into elements that receive raw text like <style>]
expected: FAIL
[Aborting A node.patchSelf() stream]
expected: FAIL
[A newer patch aborts the old one with an AbortError]
expected: FAIL

View file

@ -0,0 +1,6 @@
[patching-pseudo.html]
[patching pseudo-class]
expected: FAIL
[patching state change should invalidate style]
expected: FAIL

View file

@ -0,0 +1,15 @@
[patchsrc.html]
[patchsrc should load external content]
expected: FAIL
[patchsrc should reject with NotFound when external content is not found]
expected: FAIL
[patchsrc should fail when loading a cross-origin patch without CORS headers]
expected: FAIL
[patchsrc should work with the appropriate CORS headers]
expected: FAIL
[patchsrc should apply the inline content before the response arrives]
expected: FAIL

View file

@ -0,0 +1,3 @@
[template-patchfor-innerHTML-ambiguous.html]
[<template patchfor> in innerHTML patching inner element]
expected: FAIL

View file

@ -0,0 +1,3 @@
[template-patchfor-innerHTML-outside.html]
[<template patchfor> in innerHTML patching outer element]
expected: FAIL

View file

@ -0,0 +1,3 @@
[template-patchfor-script-eval.html]
[HTML partial updates - patch updates script with plain text]
expected: FAIL

View file

@ -0,0 +1,3 @@
[template-patchfor-script-plaintext.html]
[<template patchfor> should apply directly to its target]
expected: FAIL

View file

@ -0,0 +1,3 @@
[template-patchfor-style-plaintext.html]
[HTML partial updates - patch updates style with plain text]
expected: FAIL

View file

@ -4,3 +4,6 @@
[<template patchfor> should work when chunked]
expected: FAIL
[<template patchfor> should work when elements are sliced in the middle]
expected: FAIL

View file

@ -1,3 +1,3 @@
[iframe_sandbox_popups_escaping-1.html]
[Check that popups from a sandboxed iframe escape the sandbox if\n allow-popups-to-escape-sandbox is used]
expected: FAIL
expected: TIMEOUT

View file

@ -1,3 +1,3 @@
[iframe_sandbox_popups_escaping-3.html]
[Check that popups from a sandboxed iframe escape the sandbox if\n allow-popups-to-escape-sandbox is used]
expected: FAIL
expected: TIMEOUT

View file

@ -1,3 +1,4 @@
[iframe_sandbox_popups_nonescaping-1.html]
expected: CRASH
[Check that popups from a sandboxed iframe do not escape the sandbox]
expected: FAIL

View file

@ -181,3 +181,6 @@
[application/x-www-form-urlencoded: 0x00 in name (formdata event)]
expected: FAIL
[application/x-www-form-urlencoded: Basic test (normal form)]
expected: FAIL

View file

@ -0,0 +1,2 @@
[modulepreload-cross-origin-referrerpolicy.sub.html]
expected: TIMEOUT

View file

@ -0,0 +1,3 @@
[modulepreload-inline-referrerpolicy.html]
[Inline modulepreload elements should respect the referrerpolicy attribute]
expected: FAIL

View file

@ -0,0 +1,4 @@
[modulepreload-referrer-check.html]
expected: TIMEOUT
[Modulepreload should send a referrer header]
expected: TIMEOUT

View file

@ -0,0 +1,22 @@
[modulepreload-referrerpolicy.html]
expected: TIMEOUT
[Modulepreload should use default referrer policy]
expected: TIMEOUT
[Modulepreload with no-referrer policy should not send referrer]
expected: NOTRUN
[Modulepreload with origin policy should send origin-only referrer]
expected: NOTRUN
[Modulepreload with same-origin policy should send full referrer for same-origin requests]
expected: NOTRUN
[Modulepreload with strict-origin policy should send origin-only referrer]
expected: NOTRUN
[Modulepreload with strict-origin-when-cross-origin policy should send full referrer for same-origin requests]
expected: NOTRUN
[Modulepreload with unsafe-url policy should send full referrer]
expected: NOTRUN

View file

@ -0,0 +1,3 @@
[a-type.historical.html]
[type attribute on anchor doesn't cause document to be loaded as HTML]
expected: FAIL