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

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