summaryrefslogtreecommitdiffstats
path: root/layout/reftests/first-letter/parent-style-1.html
blob: 2b42290df78f5b866147a16821bcb6eeb7245e1e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<!DOCTYPE html>
<html>
<head>
<title>CSS 2.1 Test Suite: :first-letter</title>
<link rel="author" title="Boris Zbarsky" href="mailto:bzbarsky@mit.edu" />
<link rel="author" title="Mozilla Corporation" href="http://mozilla.com/" />
<link rel="help" href="http://www.w3.org/TR/CSS21/selector.html#first-letter"/>
<meta name="flags" content="" />
<style>
div { float: left; overflow: scroll; font-size: 50px; width: 3em; line-height: 10px }
div::first-letter { float: inherit; }
</style>
<body>
<div>T<span style="font-size: 10px">his is text in a div.  Text in a div.  Text in a div.  Text in a div.  Text in a div.  Text in a div.  Text in a div.  Text in a div.</div>
</body>
</html>