1 <!-- Tests that applying box-reflect to a table cell does not crash -->
2 <table style=
"border-spacing: 0;">
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>