comparison: layout/reftests/bugs/478614-4-ref.html
layout/reftests/bugs/478614-4-ref.html
- branch
- TOR_BUG_9701
- changeset 3
- 141e0f1194b1
equal
deleted
inserted
replaced
|
1 <!DOCTYPE html> |
|
2 <html> |
|
3 <head> |
|
4 <title>Testcase for table + caption vertical margins (bug 478614)</title> |
|
5 <style type="text/css"> |
|
6 body {margin-top: 0} /* Don't let collapsing of the body's top margin interfere with positioning */ |
|
7 caption {margin-top: 160px;margin-bottom:50px} |
|
8 table {width:100px} |
|
9 </style> |
|
10 </head> |
|
11 <body> |
|
12 <table><caption>caption</caption> |
|
13 <tr><td>td</td></tr> |
|
14 </table> |
|
15 </body> |
|
16 </html> |