summaryrefslogtreecommitdiffstats
path: root/layout/reftests/table-background/hidden-cells-3-ref.html
blob: b0aff8a71a0ae486b2607fcffb3d3abd6450432f (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: show; border-collapse: collapse">
  <colgroup style="background: red">
    <col style="background: red">
  </colgroup>
  <tbody style="background: red">
    <tr style="background: red">
      <td style="background: green">
      </td>
      <td style="background: white">
      </td>
    </tr>
  </tbody>
</table>