layout/reftests/table-dom/appendCol2-ref.html (
13
lines of code) (
raw
):
<HEAD> </HEAD> <BODY> <table bgcolor=orange border> <colgroup> <col> <col width=200> </colgroup> <tr> <td>c11</td><td>c12</td> </tr> </table> </BODY></HTML>