haikuwebkit/LayoutTests/fast/dom/Node/replaceChild-notFoundError-...

12 lines
422 B
Plaintext

Node.replaceChild() should throw a NotFoundError if child if not a child of parent
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
PASS div1.replaceChild(newNode, div2) threw exception NotFoundError: The object can not be found here..
PASS div1.replaceChild(div2, div2) threw exception NotFoundError: The object can not be found here..
PASS successfullyParsed is true
TEST COMPLETE