summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bugs/542620-1.html
blob: cd6677b44a75b464d25fe1f54f2d1e3c2bd5a33b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<!DOCTYPE HTML>
<html>
<body>
<table>
  <col style="background: lime"></col>
  <tr><td style="width:100px; height:100px;"></td></tr>
</table>
<table>
  <colgroup style="background: lime"></colgroup>
  <tr><td style="width:100px; height:100px;"></td></tr>
</table>
</body>
</html>