summaryrefslogtreecommitdiffstats
path: root/layout/reftests/w3c-css/received/css-values-3/reference/200-200-green.html
blob: f3da3ddb3b8d90df91aa60d88f0c13d28eccef09 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
<!DOCTYPE html>
<html>
<head>
	<meta charset="utf-8">
	<title>
		CSS Values and Units Test:
		Viewport units are interpolated correctly (reference rendering)
	</title>

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

	<style type="text/css">

			html, body { margin: 0px; padding: 0px; }

			html { background: white; overflow: hidden; }
			#outer { position: relative; background: green; }

			#outer { width: 200px; height: 200px; }

	</style>

</head>
<body>

	<div id="outer"></div>

</body>
</html>