blob: 5b752acbead7749f5a94e37ec8b2a7f7977e4b0e [file] [log] [blame]
Ensures that replaceChild() throws an exception if mutation even handler does something wrong
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
PASS target.replaceChild(newChild, oldChild); threw exception HierarchyRequestError: Failed to execute 'replaceChild' on 'Node': The new child element contains the parent..
PASS successfullyParsed is true
TEST COMPLETE