blob: 4a7fe430795ae6bb46b39213c9d60b0d0b73a8be [file] [log] [blame]
<script>
if (window.layoutTestController)
layoutTestController.dumpAsText();
</script>
<p>This tests a case where a particular DOM tree involving the run-in style
causes multiple continuations to be created in the render tree in a configuration where
the same render tree node would be destroyed twice. If there is no crash, the test passes.</p>
<span style="display: run-in">
<span></span>
<marquee>
<span>
<span>
<div></div>
</span>
</span>
</marquee>
</span>
<div></div>
<p>If you can see this the test almost certainly passed.</p>