| OLD | NEW |
| 1 <!DOCTYPE html> | 1 <!DOCTYPE html> |
| 2 <html> | 2 <html> |
| 3 <head> | 3 <head> |
| 4 <style> | 4 <style> |
| 5 .tableBefore:before { display: inline-table; content: url(data:text/plain,foo);
width: 10px; } | 5 .tableBefore:before { display: inline-table; content: url(data:text/plain,foo);
width: 10px; } |
| 6 </style> | 6 </style> |
| 7 <script> | 7 <script> |
| 8 if (window.layoutTestController) | 8 if (window.layoutTestController) |
| 9 layoutTestController.dumpAsText(); | 9 layoutTestController.dumpAsText(); |
| 10 </script> | 10 </script> |
| 11 </head> | 11 </head> |
| 12 <body> | 12 <body> |
| 13 <div class="tableBefore"></div> | 13 <div class="tableBefore"></div> |
| 14 <div>Bug <a href="https://bugs.webkit.org/show_bug.cgi?id=70392">70392</a>: Mult
iple crashes in RenderTable during layout</div> | 14 <div>Bug <a href="https://bugs.webkit.org/show_bug.cgi?id=70392">70392</a>: Mult
iple crashes in RenderTable during layout</div> |
| 15 <div>This test passes if it does not CRASH.</div> | 15 <div>This test passes if it does not CRASH.</div> |
| 16 </body> | 16 </body> |
| 17 </html> | 17 </html> |
| OLD | NEW |