summaryrefslogtreecommitdiffstats
path: root/layout/reftests/first-letter/parent-style-1-ref.html
blob: 52847e1ba39115be449e3d2e404fa88161caf03c (plain)
1
2
3
4
5
6
7
8
9
10
11
<!DOCTYPE html>
<html>
<head>
<style>
div { float: left; overflow: scroll; font-size: 50px; width: 3em; line-height: 10px }
div::first-letter { float: left; }
</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>