layout/reftests/bugs/18217-valign-1-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>CSS 2.1 Test Suite: Reference for inline-table test</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 <style type="text/css">
     8 span#table { display: inline-table; }
     9 span#rowgroup { display: table-row-group; }
    10 span#row { display: table-row; }
    11 span#cell { display: table-cell; }
    12 span#table, span#rowgroup, span#row, span#cell {
    13   border: 4px solid white;
    14   margin: 3px 0;
    15   border-width: 4px 0;
    16   padding: 9px 0;
    17   border-spacing: 0 5px;
    18 }
    19 span#block { display: block; visibility: hidden; }
    20 </style>
    21 </head>
    22 <body>
    23 <table border><tr><td>
    24 <p><span id="table"><span id="rowgroup"><span id="row"><span id="cell">abcde<span id="block">x</span></span></span></span></span></p>
    25 </td></tr></table>
    26 </body>
    27 </html>

mercurial