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