mirror of
https://github.com/servo/servo.git
synced 2025-08-10 16:05:43 +01:00
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>
21 lines
669 B
INI
Vendored
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
|