| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <style> | |
| .tableBefore:before { display: inline-table; content: url(data:text/plain,foo); width: 10px; } | |
| </style> | |
| <script> | |
| if (window.testRunner) | |
| testRunner.dumpAsText(); | |
| </script> | |
| </head> | |
| <body> | |
| <div class="tableBefore"></div> | |
| <div>Bug <a href="https://bugs.webkit.org/show_bug.cgi?id=70392">70392</a>: Multiple crashes in LayoutTable during layout</div> | |
| <div>This test passes if it does not CRASH.</div> | |
| </body> | |
| </html> |