summaryrefslogtreecommitdiffstats
path: root/layout/reftests/table-dom/insertColgroupAndRowgroup-ref.html
blob: 2d3cd87c83b99c04ae43de9d9dc88a7019ad9863 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<html>
<head>

<style>
 colgroup#s { width: 200px; }
</style>

</head>
<body>
<table border="1">
<colgroup></colgroup>
<colgroup id="s"></colgroup>
<tbody><tr><td>cell 1,1</td><td>cell 1,2</td></tr></tbody>
<tbody><tr><td>cell 2,1</td><td>cell 2,2</td></tr></tbody>
</table>
</body>
</html>