summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/css-generated-content/003.html
blob: 02e60c814216bcd23ff7621b1fe5b686fd3f8346 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<html>
<head>
<style type="text/css">
.extra:first-letter	{
		font-size: 45px;
		float: left;
	}
</style>
</head>

<body>
<div class=extra>In an attempt to lose some weight, I have switched computing platforms.</div>
</body>
</html>