Source code

Revision control

Copy as Markdown

Other Tools

Test Info:

<!DOCTYPE html>
<html class="reftest-paged">
<head>
<meta charset="UTF-8">
<title>Test for bug 1404868</title>
<style type="text/css">
body { margin: 0 }
.a { float: right; }
.page { page-break-after: always; }
</style>
</head>
<body>
<div>
<div class="page">
<div class="a">A</div>
<div class="b">B</div>
</div>
</div>
<div>
<div class="page">
<div class="a">A</div>
<div class="b">B</div>
</div>
</div>
</body>
</html>