Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /css/css-values/viewport-units-001-print.html - WPT Dashboard Interop Dashboard
<!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>