comparison: layout/reftests/bugs/271747-1-ref.html
layout/reftests/bugs/271747-1-ref.html
- branch
- TOR_BUG_9701
- changeset 3
- 141e0f1194b1
equal
deleted
inserted
replaced
|
1 <html><head> |
|
2 <title>Bug 271747 – Width in table cells in bottom row sometimes ignored</title> |
|
3 <style> |
|
4 td{background-color:green;} |
|
5 tr{height:100px;} |
|
6 </style> |
|
7 </head> |
|
8 <body> |
|
9 <table cellpadding="0"><tbody> |
|
10 <tr> |
|
11 <td></td> |
|
12 <td> |
|
13 |
|
14 </td> |
|
15 </tr> |
|
16 <tr> |
|
17 <td width="100"></td> |
|
18 <td width="500"></td> |
|
19 </tr> |
|
20 </tbody></table> |
|
21 </body></html> |