Bug 575870 - Enable the firefox button on xp themed, classic, and aero basic. r=dao...
[mozilla-central.git] / layout / reftests / bugs / 478614-7-ref.html
bloba551f86eeba24ad48f82ded3b5ff46f852a31d14
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <title>Testcase for table + caption vertical margins (bug 478614)</title>
5 <style type="text/css">
6 caption {margin-top: 50px;caption-side:bottom-outside}
7 table {width:100px}
8 </style>
9 </head>
10 <body>
11 <table><caption>caption</caption>
12 <tr><td>td</td></tr>
13 </table>
14 </body>
15 </html>