summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-values/viewport-units-001-print.html
blob: 3bff494e535b9101a11222a40a382384415eee3f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<!doctype html>
<meta charset="utf-8">
<title>Viewport units in print account for margins</title>
<link rel="help" href="https://bugzilla.mozilla.org/show_bug.cgi?id=1414600">
<link rel="help" href="https://github.com/w3c/csswg-drafts/issues/5437">
<link rel="help" href="https://drafts.csswg.org/css-values-4/#viewport-relative-lengths">
<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>