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