blob: 4b2b1b00c5c520e2a13ae2c5071d547660a0a23e [file] [log] [blame]
Test that cycles are not allowed in template content
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
PASS template.content.appendChild(template) threw exception HierarchyRequestError: The operation would yield an incorrect node tree..
PASS template.content.appendChild(outerDiv) threw exception HierarchyRequestError: The operation would yield an incorrect node tree..
PASS innerDiv.appendChild(template) threw exception HierarchyRequestError: The operation would yield an incorrect node tree..
PASS innerDiv.appendChild(outerDiv) threw exception HierarchyRequestError: The operation would yield an incorrect node tree..
PASS innerTemplate.appendChild(outerDiv) threw exception HierarchyRequestError: The operation would yield an incorrect node tree..
PASS successfullyParsed is true
TEST COMPLETE