mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-01 06:35:42 +00:00
12acc7da9f
CLOSED TREE (test only)
16 lines
288 B
HTML
16 lines
288 B
HTML
<!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>
|