layout/reftests/bugs/478614-7-ref.html

Wed, 31 Dec 2014 07:16:47 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 07:16:47 +0100
branch
TOR_BUG_9701
changeset 3
141e0f1194b1
permissions
-rw-r--r--

Revert simplistic fix pending revisit of Mozilla integration attempt.

     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: 50px;caption-side:bottom-outside}
     8 table {width:100px;}
     9 div {margin-top: 150px;}
    10 </style>
    11 </head>
    12 <body>
    13 <table><caption>caption</caption>
    14 <tr><td>td</td></tr>
    15 </table>
    16 <div>block</div>
    17 </body>
    18 </html>

mercurial