aboutsummaryrefslogtreecommitdiffstats
path: root/tests/wpt/css-tests/css-values-3_dev/xhtml1/reference/support/80px-block-float-ref.html
blob: 6adeeb6fa991a1fa6c8317cad34d3ae38bcb10d8 (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
<!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;
		float: right;
	}
	</style>
</head>
<body>
	<div id="content">
		xxxx<br>
		xxxx<br>
		xxxx<br>
		xxxx
	</div>

</body></html>