summaryrefslogtreecommitdiffstats
path: root/layout/reftests/table-dom/insertRowsRebuild1-ref.html
blob: 82902533229d5ecae330e5e46711808ccdc243d5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<HEAD>
</HEAD>
<BODY>
<table bgcolor=orange border>
 <tr>
  <td rowspan=2>X1</td><td>X2</td>
 </tr>
 <tr>
  <td rowspan=2>c11</td><td>c12</td>
 </tr>
</table>
</BODY></HTML>