blob: d5400a4cfd0be4f9c4e306e10d148b10015cd956 [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 HierarchyRequestError (DOM Exception 3): The operation would yield an incorrect node tree..
PASS successfullyParsed is true
TEST COMPLETE