Wed, 31 Dec 2014 13:27:57 +0100
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; overflow: hidden">
6 <body style="margin: 0; padding: 0; border: none">
7 <div style="position: fixed; height: 100%; background: green">
8 <img src="solidblue.png" style="height: 100%; visibility: hidden;">
9 </div>
10 </body>
11 </html>