summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/parser/remove-node-stack.html
blob: fd244e24ac1edc2f2ec1287bca3f241f403861f0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<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>