summaryrefslogtreecommitdiffstats
path: root/layout/reftests/table-dom/insertRowsExpand1-ref.html
blob: 887247b79662b122cefc9329be17846d13d1f927 (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>X1</td><td>X2</td>
 </tr>
 <tr>
  <td>c11</td><td>c12</td>
 </tr>
</table>
</BODY></HTML>