Mypal/layout/reftests/table-dom/appendColGroup1-ref.html

23 lines
238 B
HTML

<HEAD>
</HEAD>
<BODY>
<table bgcolor=orange border>
<colgroup>
<col width=100>
</colgroup>
<colgroup width=200>
<col>
<col>
</colgroup>
<tr>
<td>col-100</td><td>cg-200</td><td>cg-200</td>
</tr>
</table>
</BODY></HTML>