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