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