comparison: layout/reftests/table-dom/deleteCol1-ref.html
layout/reftests/table-dom/deleteCol1-ref.html
- changeset 0
- 6474c204b198
equal
deleted
inserted
replaced
|
1 <HEAD> |
|
2 |
|
3 </HEAD> |
|
4 <BODY> |
|
5 |
|
6 <table bgcolor=orange border> |
|
7 <col width=200> |
|
8 <col width=300> |
|
9 <tr> |
|
10 <td>200</td><td>300</td><td>auto</td> |
|
11 </tr> |
|
12 </table> |
|
13 |
|
14 </BODY></HTML> |
|
15 |
|
16 |
|
17 |
|
18 |
|
19 |
|
20 |