Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / fast / table / table-anonymous-block-destroy-crash.html
1 <html>
2     <head>
3         <style>
4             div
5             {  
6                 -webkit-column-span: all; 
7                 -webkit-columns: 2; 
8                 display: table-cell; 
9             }
10             div:last-of-type
11             { 
12                 display: table-caption;
13             }
14         </style>
15     </head>
16     <body>
17         <div>
18             <div></div>
19         </div>
20         PASS
21         <script>
22             if (window.testRunner)
23                 testRunner.dumpAsText();
24         </script>
25     </body>
26 </html>