summaryrefslogtreecommitdiffstats
path: root/layout/reftests/table-background/hidden-cells-2.html
blob: 277df6daa7d5d910ca16172e7d3052fc40cb3e7b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<!DOCTYPE html>
<table style="width: 200px; height: 200px; empty-cells: show; color: white">
  <colgroup style="background: red">
    <col style="background: red">
  </colgroup>
  <tbody style="background: red">
    <tr style="background: red">
      <td style="background: white"></td>
      <td style="visibility: hidden"></td>
    </tr>
  </tbody>
</table>