Source code

Revision control

Copy as Markdown

Other Tools

Test Info:

<!doctype html>
<meta charset="utf-8">
<title>Viewport units in print account for margins</title>
<link rel="match" href="viewport-units-001-print-ref.html">
<style>
body { margin: 0 }
div {
box-sizing: border-box;
width: 100vw;
height: 100vh;
border: 1px solid black;
}
</style>
<div>I should not overflow to the next page.</div>