summaryrefslogtreecommitdiffstats
path: root/layout/reftests/pagination/1404868-1-ref.html
blob: 5d49584e5c7dc32121bea8a5fb483569c9bc1e07 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<!DOCTYPE html>
<html class="reftest-paged">
<head>
	<meta charset="UTF-8">
	<title>Test reference for bug 1404868</title>
	<style type="text/css">
		body { margin: 0 }
		body > div { height: 2in }
		.a { text-align: right; height: 0; }
	</style>
</head>
<body>
	<div>
		<div class="page">
			<div class="a">A</div>
			<div class="b">B</div>
		</div>
	</div>

	<div>
		<div class="page">
			<div class="a">A</div>
			<div class="b">B</div>
		</div>
	</div>
</body>
</html>