| <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" |
| "http://www.w3.org/TR/html4/loose.dtd"> |
| |
| <html lang="en"> |
| <head> |
| <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> |
| <title>Table-row compositing crash</title> |
| <style type="text/css" media="screen"> |
| |
| .content { |
| height: 100px; |
| width: 100px; |
| -webkit-transform: translate3d(0, 0, 0); |
| display: table-row; |
| } |
| </style> |
| <script type="text/javascript" charset="utf-8"> |
| if (window.testRunner) |
| testRunner.dumpAsText(); |
| </script> |
| </head> |
| <body> |
| |
| <p><a href="https://bugs.webkit.org/show_bug.cgi?id=27796">https://bugs.webkit.org/show_bug.cgi?id=27796</a><br>Should not crash.</p> |
| <div class="content"> |
| Table row. |
| </div> |
| </body> |
| </html> |