blob: 0683e73ffce584a7c0edb82e1582f52e63814c32 [file] [log] [blame]
Ensures that insertBefore() 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 newparent.insertBefore(child, beforeChild); threw exception Error: HierarchyRequestError: DOM Exception 3.
PASS successfullyParsed is true
TEST COMPLETE