summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-values/reference/viewport-unit-011-ref.html
blob: e56c6ec8451370e86fb16f76c50acd627bd5be78 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!DOCTYPE html>

  <meta charset="UTF-8">

  <title>CSS Values and Units Test Reference File</title>

<style>
body {
    margin: 0;
    height: 100vh;
}
div {
    width: 60%;
    height: 60%;
    background-color: green;
}
</style>
<div>
</div>