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