summaryrefslogtreecommitdiffstats
path: root/layout/reftests/table-dom/deleteRowsShrink1-ref.html
blob: 93fca9089c76a98ad37e15a99ca3321cf119c40e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<HEAD>
</HEAD>
<BODY>
<table bgcolor=orange border>
 <tr>
  <td>c21</td><td>c22</td>
 </tr>
</table>
<table bgcolor=orange border>
 <tr>
  <td>c11</td><td>c12</td>
 </tr>
</table>
</BODY></HTML>