Source code

Revision control

Copy as Markdown

Other Tools

Test Info:

<!DOCTYPE html><html class="reftest-paged">
<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>