1 Test that cycles are not allowed in template content
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6 PASS template.content.appendChild(template) threw exception HierarchyRequestError: Failed to execute 'appendChild' on 'Node': The new child element contains the parent..
7 PASS template.content.appendChild(outerDiv) threw exception HierarchyRequestError: Failed to execute 'appendChild' on 'Node': The new child element contains the parent..
8 PASS innerDiv.appendChild(template) threw exception HierarchyRequestError: Failed to execute 'appendChild' on 'Node': The new child element contains the parent..
9 PASS innerDiv.appendChild(outerDiv) threw exception HierarchyRequestError: Failed to execute 'appendChild' on 'Node': The new child element contains the parent..
10 PASS innerTemplate.appendChild(outerDiv) threw exception HierarchyRequestError: Failed to execute 'appendChild' on 'Node': The new child element contains the parent..
11 PASS successfullyParsed is true