summaryrefslogtreecommitdiffstats
path: root/layout/reftests/table-background/table-col-span-1.html
blob: 7fd21ce06c8b69d565b2c2a3ad97bbe3895c8b43 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<!DOCTYPE html>
<html>
<body>
  <table border>
    <col span=2 style="background:purple"></col>
    <col style="background:blue"></col>
    <tr>
      <td>x</td>
      <td>y</td>
      <td>z</td>
    </tr>
  </table>
</body>

</html>