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