summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-values/reference/vh-support-atviewport-ref.htm
blob: cfa9e8d02d48436ee1c311da7c7bd65b0f4291cf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!DOCTYPE html>
<html><head>
	<meta charset="utf-8">
	<title>
		CSS Reftest Reference
	</title>

	<link href="mailto:fremycompany.developer@yahoo.fr" rel="author" title="François REMY">

	<style type="text/css">
			html
				{
					background-color: yellow;
					border-left: blue solid 50vw;
					height: 100vh;
				}
	</style>

</head>
<body>

</body></html>