summaryrefslogtreecommitdiffstats
path: root/layout/reftests/table-dom/deleteRowsRebuild1-ref.html
blob: b28c5337ef5ce9fb76c75aac83ea32237c5cdaae (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<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>