summaryrefslogtreecommitdiffstats
path: root/layout/reftests/pagination/318022-1-ref.html
blob: e48ee7e849bac95615fb48c23fe972bb1e9ac35c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<!DOCTYPE html><html class="reftest-paged">
<head>
<style type="text/css" media="all">
html{font-size:12pt}
#c {page-break-before:always;}
</style>
</head>
<body>
<div>Line 1</div>
<div>Line 2</div>
<div id="c">Line 3</div>
</body>
</html>