layout/reftests/bugs/582037-1b.html

Wed, 31 Dec 2014 13:27:57 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 13:27:57 +0100
branch
TOR_BUG_3246
changeset 6
8bccb770b82d
permissions
-rw-r--r--

Ignore runtime configuration files generated during quality assurance.

     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