blob: 2def8e74f26cc2732c08046c249cf8dbf4d01ec0 [file] [log] [blame]
This tests the DOM 4 remove method on an Element.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
PASS testDiv.childNodes.length is 1
PASS testDiv.childNodes.length is 0
PASS testDiv.childNodes.length is 0
PASS successfullyParsed is true
TEST COMPLETE