tenfourfox/layout/reftests/table-dom/appendCol1-ref.html
Cameron Kaiser c9b2922b70 hello FPR
2017-04-19 00:56:45 -07:00

18 lines
148 B
HTML

<HEAD>
</HEAD>
<BODY >
<table bgcolor=orange border>
<col>
<col width=200>
<tr>
<td>c11</td><td>c12</td>
</tr>
</table>
</BODY></HTML>