Wed, 31 Dec 2014 07:16:47 +0100
Revert simplistic fix pending revisit of Mozilla integration attempt.
1 <!DOCTYPE html>
2 <!-- This test assumes that the document is 2in tall by 4in wide. -->
3 <html style="margin: 0; padding: 0; border: none; height: 100%; overflow: hidden"
4 class="reftest-print">
5 <body style="margin: 0; padding: 0; border: none; height: 100%">
6 <div style="float: left; height: 100%; background: green">
7 <img src="solidblue.png" style="height: 100%; visibility: hidden;">
8 </div>
9 </body>
10 </html>