mirror of
https://github.com/servo/servo.git
synced 2025-08-16 10:55:34 +01:00
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:
parent
9614fb997a
commit
633d746e2f
504 changed files with 16011 additions and 4941 deletions
3
tests/wpt/meta/html/dom/partial-updates/tentative/current-patch.html.ini
vendored
Normal file
3
tests/wpt/meta/html/dom/partial-updates/tentative/current-patch.html.ini
vendored
Normal file
|
@ -0,0 +1,3 @@
|
|||
[current-patch.html]
|
||||
[currentPatch lifecycle]
|
||||
expected: FAIL
|
9
tests/wpt/meta/html/dom/partial-updates/tentative/patch-all.html.ini
vendored
Normal file
9
tests/wpt/meta/html/dom/partial-updates/tentative/patch-all.html.ini
vendored
Normal 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
|
3
tests/wpt/meta/html/dom/partial-updates/tentative/patch-event.html.ini
vendored
Normal file
3
tests/wpt/meta/html/dom/partial-updates/tentative/patch-event.html.ini
vendored
Normal file
|
@ -0,0 +1,3 @@
|
|||
[patch-event.html]
|
||||
[patch event timing]
|
||||
expected: FAIL
|
24
tests/wpt/meta/html/dom/partial-updates/tentative/patch-self.html.ini
vendored
Normal file
24
tests/wpt/meta/html/dom/partial-updates/tentative/patch-self.html.ini
vendored
Normal 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
|
6
tests/wpt/meta/html/dom/partial-updates/tentative/patching-pseudo.html.ini
vendored
Normal file
6
tests/wpt/meta/html/dom/partial-updates/tentative/patching-pseudo.html.ini
vendored
Normal file
|
@ -0,0 +1,6 @@
|
|||
[patching-pseudo.html]
|
||||
[patching pseudo-class]
|
||||
expected: FAIL
|
||||
|
||||
[patching state change should invalidate style]
|
||||
expected: FAIL
|
15
tests/wpt/meta/html/dom/partial-updates/tentative/patchsrc.html.ini
vendored
Normal file
15
tests/wpt/meta/html/dom/partial-updates/tentative/patchsrc.html.ini
vendored
Normal 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
|
|
@ -0,0 +1,3 @@
|
|||
[template-patchfor-innerHTML-ambiguous.html]
|
||||
[<template patchfor> in innerHTML patching inner element]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[template-patchfor-innerHTML-outside.html]
|
||||
[<template patchfor> in innerHTML patching outer element]
|
||||
expected: FAIL
|
3
tests/wpt/meta/html/dom/partial-updates/tentative/template-patchfor-script-eval.html.ini
vendored
Normal file
3
tests/wpt/meta/html/dom/partial-updates/tentative/template-patchfor-script-eval.html.ini
vendored
Normal file
|
@ -0,0 +1,3 @@
|
|||
[template-patchfor-script-eval.html]
|
||||
[HTML partial updates - patch updates script with plain text]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[template-patchfor-script-plaintext.html]
|
||||
[<template patchfor> should apply directly to its target]
|
||||
expected: FAIL
|
3
tests/wpt/meta/html/dom/partial-updates/tentative/template-patchfor-style-plaintext.html.ini
vendored
Normal file
3
tests/wpt/meta/html/dom/partial-updates/tentative/template-patchfor-style-plaintext.html.ini
vendored
Normal file
|
@ -0,0 +1,3 @@
|
|||
[template-patchfor-style-plaintext.html]
|
||||
[HTML partial updates - patch updates style with plain text]
|
||||
expected: FAIL
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue