Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / table / crash-anonymous-table-computeLogicalWidth.html
blob81369c2c5680f3541126c0cc7ae5173622de844c
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <style>
5 .tableBefore:before { display: inline-table; content: url(data:text/plain,foo); width: 10px; }
6 </style>
7 <script>
8 if (window.testRunner)
9 testRunner.dumpAsText();
10 </script>
11 </head>
12 <body>
13 <div class="tableBefore"></div>
14 <div>Bug <a href="https://bugs.webkit.org/show_bug.cgi?id=70392">70392</a>: Multiple crashes in LayoutTable during layout</div>
15 <div>This test passes if it does not CRASH.</div>
16 </body>
17 </html>