vh-support

Viewports units are supported in sizing properties

WeasyPrint

Reference (good) by WeasyPrint

Reference (good) by this browser

This browser

Assertion
Viewports units are supported in sizing properties

Source

 1 <!DOCTYPE html>
 2 <html><head>
 3 	<meta charset="utf-8">
 4 	<title>
 5 		CSS Values and Units Test:
 6 		Viewports units are supported in sizing properties
 7 	</title>
 8 	<meta content="
 9 		Viewports units are supported in sizing properties
10 	" name="assert">
11 
12 	<link href="mailto:fremycompany.developer@yahoo.fr" rel="author" title="François REMY">
13 
14 	<link href="http://www.w3.org/TR/css3-values/#viewport-relative-lengths" rel="help">
15 
16 	<link href="reference/all-green.htm" rel="match">
17 
18 	<style type="text/css">
19 
20 			html, body { margin: 0px; padding: 0px; }
21 
22 			#target { background: green; width: 100vw; height: 100vh; }
23 	</style>
24 
25 </head>
26 <body>
27 
28 	<div id="target"></div>
29 
30 
31 
32 </body></html>