Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / reflections / table-cell.html
blob1ee4d427dcec9333710af1141e1a3556ffb85965
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>