layout/reftests/table-dom/insertCols3-ref.html (13 lines of code) (raw):

<HEAD> </HEAD> <BODY> <table bgcolor=orange border> <col width=50> <col width=100> <col width=150> <col width=200> <tr> <td>50</td><td>100</td><td>150</td><td>200</td> </tr> </table> </BODY></HTML>