blob: 1ee4d427dcec9333710af1141e1a3556ffb85965 [file] [log] [blame]
<!-- Tests that applying box-reflect to a table cell does not crash -->
<table style="border-spacing: 0;">
<tr>
<td style="width: 50px; height: 100px; background-color: red;"></td>
<td style="-webkit-box-reflect: left; width: 50px; height: 100px; background-color: green;"></td>
</tr>
</table>