layout/reftests/bugs/367332-1b.html

Wed, 31 Dec 2014 13:27:57 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 13:27:57 +0100
branch
TOR_BUG_3246
changeset 6
8bccb770b82d
permissions
-rw-r--r--

Ignore runtime configuration files generated during quality assurance.

     1 <!DOCTYPE html>
     2 <html>
     3 <head>
     4 <title>CSS 2.1 Test Suite: Test for baseline alignment of table cells</title>
     5 <link rel="author" title="L. David Baron" href="http://dbaron.org/" />
     6 <link rel="author" title="Mozilla Corporation" href="http://mozilla.com/" />
     7 <link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#height-layout" />
     8 <meta name="flags" content="" />
     9 <style type="text/css">
    11 td { vertical-align: baseline; padding-top: 0; }
    13 </style>
    14 </head>
    15 <body>
    17 <table>
    18   <tr>
    19     <td><div style="padding-top: 40px">data</div></td>
    20     <td><div style="padding-top: 20px">data</div></td>
    21     <td><div style="padding-top: 0">data</div></td>
    22   </tr>
    23 </table>
    25 </body>
    26 </html>

mercurial