blob: a3ec2ddce19c846e4f7a0e809497db2cdf2af8cd [file] [log] [blame]
Ensures that appendChild() 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.appendChild(child); threw exception HierarchyRequestError (DOM Exception 3): The operation would yield an incorrect node tree..
PASS successfullyParsed is true
TEST COMPLETE