layout/reftests/bugs/582037-1b.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 <!-- This test assumes that the document is 800px wide by 1000px high,
     3      as documented in the readme.  In particular, it assumes that
     4      height > width. -->
     5 <html style="margin: 0; padding: 0; border: none; height: 100%; overflow: hidden">
     6   <body style="margin: 0; padding: 0; border: none; height: 100%">
     7     <div style="float: left; height: 100%; background: green">
     8       <img src="solidblue.png" style="height: 100%; visibility: hidden;">
     9     </div>
    10   </body>
    11 </html>

mercurial