layout/reftests/bugs/370525-sib.html

Thu, 15 Jan 2015 15:55:04 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Thu, 15 Jan 2015 15:55:04 +0100
branch
TOR_BUG_9701
changeset 9
a63d609f5ebe
permissions
-rw-r--r--

Back out 97036ab72558 which inappropriately compared turds to third parties.

     1 <html>
     2 <head>
     3 <link rel="stylesheet" href="370525-style.css"/>
     4 </head>
     6 <body>
     7 Specified height on sibling cell
     8 <table>
     9   <tr>
    10    <td style="background: lightgreen">
    11     <div style="height: 75%">height=75% / 150px</div>
    12     blah
    13   </td>
    14   <td style="height: 200px; background: lightblue">height=200px</td>
    15  </tr>
    16 </table>
    17 </body>
    18 </html>

mercurial