summaryrefslogtreecommitdiffstats
path: root/layout/reftests/pagination/1404868-1.html
blob: 6667256094e6c8e72efa10d32e5061f1b9de1dc5 (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 for bug 1404868</title>
	<style type="text/css">
		body { margin: 0 }
		.a { float: right; }
		.page { page-break-after: always; }
	</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>