blob: 05c5b5513ed559f46f871af8a6e9e00b0bcd45dc [file] [log] [blame]
Test that the HTML parser does not allow the nesting depth of "block-level" elements to exceed 4096.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
PASS d4096.parentNode === d4094 is true
PASS d4095.parentNode === d4094 is true
PASS d4096.previousSibling === d4095 is true
PASS successfullyParsed is true
TEST COMPLETE