aboutsummaryrefslogtreecommitdiffstats
path: root/tests/wpt/css-tests/css-values-3_dev/xhtml1/reference/support/80px-block-ref.html
blob: 2c910e934112141ef5590ac4bf83aed45e7448c0 (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
<!DOCTYPE html>
<html lang="en"><head>
	<meta charset="UTF-8">
	<title>One region in body</title>
	<style>
	html, body {
		margin: 0;
		padding: 0;
	}
	#content {
		font-family: Ahem;
		font-size: 20px;
		line-height: 1em;
		color: green;
	}
	</style>
</head>
<body>
	<div id="content">
		xxxx<br>
		xxxx<br>
		xxxx<br>
		xxxx
	</div>

</body></html>