Files
servo/tests/wpt/metadata/dom/nodes/Node-removeChild.html.ini
2015-01-14 15:20:41 +01:00

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