Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / css / run-in-crash.html
blob157f27fa71f5de2f95f1689c26d1a047c7c34eca
1 <script>
2 if (window.testRunner)
3 testRunner.dumpAsText();
4 </script>
6 <p>This tests a case where a particular DOM tree involving the run-in style
7 causes multiple continuations to be created in the render tree in a configuration where
8 the same render tree node would be destroyed twice. If there is no crash, the test passes.</p>
10 <span style="display: run-in">
11 <span></span>
12 <marquee>
13 <span>
14 <span>
15 <div></div>
16 </span>
17 </span>
18 </marquee>
19 </span>
20 <div></div>
22 <p>If you can see this the test almost certainly passed.</p>