tizen beta release
[framework/web/webkit-efl.git] / LayoutTests / fast / css / run-in-crash.html
1 <script>
2     if (window.layoutTestController)
3         layoutTestController.dumpAsText();
4 </script>
5
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>
9
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>
21
22 <p>If you can see this the test almost certainly passed.</p>