tizen beta release
[framework/web/webkit-efl.git] / LayoutTests / fast / reflections / table-cell.html
1 <!-- Tests that applying box-reflect to a table cell does not crash -->
2 <table style="border-spacing: 0;">
3     <tr>
4         <td style="width: 50px; height: 100px; background-color: red;"></td>
5         <td style="-webkit-box-reflect: left; width: 50px; height: 100px; background-color: green;"></td>
6     </tr>
7 </table>