582037-1b.html (495B)
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>