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

22 lines
212 B
HTML

<HEAD>
</HEAD>
<BODY>
<table bgcolor=orange border>
<tr>
<td>c21</td><td>c22</td>
</tr>
</table>
<table bgcolor=orange border>
<tr>
<td rowspan=2>c11</td><td>c12</td>
</tr>
</table>
</BODY></HTML>