mirror of
https://github.com/servo/servo.git
synced 2025-08-12 08:55:32 +01:00
Sync WPT with upstream (03-08-2025) (#38434)
Automated downstream sync of changes from upstream as of 03-08-2025 [no-wpt-sync] Signed-off-by: WPT Sync Bot <ghbot+wpt-sync@servo.org>
This commit is contained in:
parent
76e5758ab9
commit
fed1953198
686 changed files with 11311 additions and 5508 deletions
21
tests/wpt/meta/html/dom/partial-updates/tentative/patch-range.html.ini
vendored
Normal file
21
tests/wpt/meta/html/dom/partial-updates/tentative/patch-range.html.ini
vendored
Normal file
|
@ -0,0 +1,21 @@
|
|||
[patch-range.html]
|
||||
[using patchBetween() to insert an element betwen two other elements]
|
||||
expected: FAIL
|
||||
|
||||
[using patchAfter() to insert an element after another element]
|
||||
expected: FAIL
|
||||
|
||||
[using patchBefore() to insert an element before another element]
|
||||
expected: FAIL
|
||||
|
||||
[using patchAfter() to insert an element after the last element]
|
||||
expected: FAIL
|
||||
|
||||
[using patchBefore() to insert an element before the first element]
|
||||
expected: FAIL
|
||||
|
||||
[using patchBefore() should fail if the reference node is removed while patching]
|
||||
expected: FAIL
|
||||
|
||||
[using patchBetween() should fail if the 'before' node is removed while patching]
|
||||
expected: FAIL
|
Loading…
Add table
Add a link
Reference in a new issue