layout/reftests/bugs/534808-2.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 <!DOCTYPE html>
     2 <html>
     3 <head>
     4 <meta http-equiv="Content-Style-Type" content="text/css">
     5 <style type="text/css">
     7 table { border-spacing: 0; }
     8 td { padding: 0; border: 1px solid; line-height: 1px; }
     9 img { visibility: hidden; vertical-align: bottom; }
    11 </style>
    12 </head>
    13 <body>
    15 <!-- solidblue.png is a 16x16 image -->
    17 <table><tr><td><div style="height: 40px" id="forty"><div style="height: 100%">
    18   <img src="solidblue.png" style="height: 80%">
    19 </div></div></td></tr></table>
    21 </body>
    22 </html>

mercurial