Mypal/layout/reftests/printing/318022-1-ref.html

14 lines
240 B
HTML

<!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>