1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/layout/reftests/bugs/582037-2a.html Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,11 @@ 1.4 +<!DOCTYPE html> 1.5 +<!-- This test assumes that the document is 2in tall by 4in wide. --> 1.6 +<html style="margin: 0; padding: 0; border: none; overflow: hidden" 1.7 + class="reftest-print"> 1.8 + <body style="margin: 0; padding: 0; border: none"> 1.9 + <div style="position: fixed; height: 100%; background: green"> 1.10 + <img src="solidblue.png" style="height: 100%; visibility: hidden;"> 1.11 + </div> 1.12 + </body> 1.13 +</html> 1.14 +