summaryrefslogtreecommitdiffstats
path: root/layout/reftests/table-background/empty-cells-default-1.html
blob: af4883945c882a6371fb2171796ac7b9a95ec922 (plain)
1
2
3
4
5
6
<!-- Quirks mode on purpose -->
<table>
  <tr>
    <td style="border: 10px solid blue; background: yellow; height: 50px; width: 50px"></td>
  </tr>
</table>