chromium/third_party/blink/web_tests/fast/reflections/table-cell.html

<!-- 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>