gecko-dev/layout/reftests/bugs/582037-2b.html
Tobias Schneider 3880ddff03 Bug 1382327 - (reftest) Rename reftest-print to reftest-paged. r=dbaron
--HG--
extra : rebase_source : c4e47e2de8d615c77e7e9ce88f6b21c9d15c92e4
2017-07-26 22:53:46 -07:00

12 lines
431 B
HTML

<!DOCTYPE html>
<!-- This test assumes that the document is 2in tall by 4in wide. -->
<html style="margin: 0; padding: 0; border: none; height: 100%; overflow: hidden"
class="reftest-paged">
<body style="margin: 0; padding: 0; border: none; height: 100%">
<div style="float: left; height: 100%; background: green">
<img src="solidblue.png" style="height: 100%; visibility: hidden;">
</div>
</body>
</html>