blob: ba1291c175c628138dddad03e780b017ba3e0551 [file] [log] [blame]
Test that the HTML parser does not allow the nesting depth of elements to exceed 512.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
PASS d512.parentNode === d510 is true
PASS d511.parentNode === d510 is true
PASS d512.previousSibling === d511 is true
PASS successfullyParsed is true
TEST COMPLETE