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

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/layout/reftests/bugs/582037-1a.html	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,12 @@
     1.4 +<!DOCTYPE html>
     1.5 +<!-- This test assumes that the document is 800px wide by 1000px high,
     1.6 +     as documented in the readme.  In particular, it assumes that
     1.7 +     height > width. -->
     1.8 +<html style="margin: 0; padding: 0; border: none; overflow: hidden">
     1.9 +  <body style="margin: 0; padding: 0; border: none">
    1.10 +    <div style="position: fixed; height: 100%; background: green">
    1.11 +      <img src="solidblue.png" style="height: 100%; visibility: hidden;">
    1.12 +    </div>
    1.13 +  </body>
    1.14 +</html>
    1.15 +

mercurial