summaryrefslogtreecommitdiffstats
path: root/layout/reftests/printing/318022-1.html
blob: 189cc623d4c027fd3315faeed789f17a1fac3f8c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<!DOCTYPE html><html class="reftest-print">
<head>
<style type="text/css" media="all">
html{font-size:12pt}
#a {float:left;}
#b {clear:both;}
#c {page-break-before:always;}
</style>
</head>
<body>
<div id="a">Line 1</div>
<div id="b">Line 2</div>
<div id="c">Line 3</div>
</body>
</html>