aboutsummaryrefslogtreecommitdiffstats
path: root/tests/wpt/css-tests/css-variables-1_dev/xhtml1/reference/vars-font-shorthand-001-ref.xht
blob: ebba5f572f5b7bce6e9d1ff4e9bdd8ab2023c3a0 (plain) (blame)
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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>CSS Variables 1: Test variables in @font-face, font-family, font shorthand.</title>
<link href="mailto:lea@verou.me" rel="author" title="Lea Verou" />
<style>
 


div {
	width: 150px;
	height: 150px;
	margin: 10px;
	display: inline-block;
	vertical-align: middle;
	background: green;
	text-align: center;
	color: green;
	overflow: hidden;
}

</style>
</head><body><p>Test passes if you see six green squares, and no red.</p>
<div id="d1">X</div>
<div id="d2">X</div>
<div id="d3">X</div>
<div id="d4">X</div>
<div id="d5">X</div>
<div id="d6">X</div>


</body></html>