layout/reftests/bugs/371354-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 <style type="text/css">
     5 td * {
     6  vertical-align: top;
     7 }
     8 img:first-child {
     9  float: right;
    10 }
    11 </style>
    12 </head>
    13 <body>
    14 <table border="1">
    15  <tr>
    16   <td><span>Header 1</span><img src="square-outline-32x32.png" alt=""></td>
    17   <td><img src="square-outline-32x32.png" alt="">Header 2</td>
    18  </tr>
    19  <tr>
    20   <td>short</td>
    21   <td>long long long long long</td>
    22  </tr>
    23 </table>
    24 </body>
    25 </html>

mercurial