summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/css/run-in-crash.html
blob: 157f27fa71f5de2f95f1689c26d1a047c7c34eca (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<script>
    if (window.testRunner)
        testRunner.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>