haikuwebkit/LayoutTests/fast/parser/remove-node-stack.html

13 lines
320 B
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>