chromium/third_party/blink/web_tests/fast/parser/remove-node-stack.html

<html>
<body>
    <div><div>
    <script>
        if (window.testRunner) 
            testRunner.dumpAsText();

        document.body.innerHTML = "If you can read this text, and the browser didn't crash, then we successfully removed the nodes in the parser's node stack.";
    </script>
    </div></div>
</body>
</html>