summaryrefslogtreecommitdiffstats
path: root/layout/reftests/reftest-sanity/page-height-2.1in.html
blob: d8d1242c28f4e81df085cbe0350a7ef635b76cb4 (plain)
1
2
3
4
5
6
7
8
<!DOCTYPE HTML>
<html class="reftest-print">
<title>Test that reftest-print page content height is 2 inches (3 inch page, half inch margins)</title>
<style>
body { margin: 0 }
div { height: 2.1in; }
</style>
<div>hello</div>