mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-10-31 22:25:30 +00:00
12acc7da9f
CLOSED TREE (test only)
14 lines
240 B
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>
|