servo/tests/wpt/meta/html/dom/partial-updates/tentative/patch-range.html.ini
Servo WPT Sync fed1953198
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>
2025-08-03 01:48:15 +00:00

21 lines
669 B
INI
Vendored

[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