vh-support-transform-origin

Viewports units are supported in transform properties

WeasyPrint

Reference (good) by WeasyPrint

Reference (good) by this browser

This browser

Assertion
Viewports units are supported in transform 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 transform properties
 7 	</title>
 8 	<meta content="
 9 		Viewports units are supported in transform 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 	<link href="http://www.w3.org/TR/css3-2d-transforms/#css-values" rel="help">
16 
17 	<link href="reference/all-green.htm" rel="match">
18 
19 	<style type="text/css">
20 
21 			html, body { margin: 0px; padding: 0px; overflow: hidden; }
22 
23 			html { background: green; }
24 			iframe { width: 400px; height: 400px; margin: 0px; padding: 0px; border: 0px none transparent; }
25 
26 	</style>
27 
28 </head>
29 <body>
30 
31 	<iframe src="iframe/vh-support-transform-origin-iframe.html"></iframe>
32 
33 
34 
35 </body></html>