mirror of
https://github.com/servo/servo
synced 2026-04-28 18:37:39 +02:00
30 lines
1.1 KiB
INI
30 lines
1.1 KiB
INI
[Node-removeChild.html]
|
|
type: testharness
|
|
[Passing a detached element from a frame document to removeChild should not affect it.]
|
|
expected: FAIL
|
|
|
|
[Passing a non-detached element from a frame document to removeChild should not affect it.]
|
|
expected: FAIL
|
|
|
|
[Calling removeChild on a element from a frame document with no children should throw NOT_FOUND_ERR.]
|
|
expected: FAIL
|
|
|
|
[Passing a detached text from a frame document to removeChild should not affect it.]
|
|
expected: FAIL
|
|
|
|
[Passing a non-detached text from a frame document to removeChild should not affect it.]
|
|
expected: FAIL
|
|
|
|
[Calling removeChild on a text from a frame document with no children should throw NOT_FOUND_ERR.]
|
|
expected: FAIL
|
|
|
|
[Passing a detached comment from a frame document to removeChild should not affect it.]
|
|
expected: FAIL
|
|
|
|
[Passing a non-detached comment from a frame document to removeChild should not affect it.]
|
|
expected: FAIL
|
|
|
|
[Calling removeChild on a comment from a frame document with no children should throw NOT_FOUND_ERR.]
|
|
expected: FAIL
|
|
|