Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
<!DOCTYPE html>
<html class="reftest-paged">
<head>
<style>
@page { size:5in 3in; margin:0; }
html,body { padding:0; margin:0; height:100%; }
div {
margin-bottom: 1em;
height: 100%;
page-break-after: always;
}
</style>
</head>
<body>
<div>A</div>
</body>
</html>