summaryrefslogtreecommitdiffstats
path: root/layout/reftests/printing/318022-1-ref.html
blob: c844e838565404ff9fcc463161685ebee2f6bff7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<!DOCTYPE html><html class="reftest-print">
<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>