Upstream version 5.34.92.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / fast / table / crash-anonymous-table-layout.html
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <style>
5 .tableAfter::after { display: table; content: attr(class); height: 1px; }
6 </style>
7 <script>
8     if (window.testRunner)
9         testRunner.dumpAsText();
10 </script>
11 </head>
12 <body>
13 <div class="tableAfter"></div>
14 <div>Bug <a href="https://bugs.webkit.org/show_bug.cgi?id=70392">70392</a>: Multiple crashes in RenderTable during layout</div>
15 <div>This test passes if it does not CRASH.</div>
16 </body>
17 </html>