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