2007-11-08 21:41:59 -08:00
<!DOCTYPE html>
< html >
< head >
2010-01-27 15:46:48 -08:00
< 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 = "" / >
2007-11-08 21:41:59 -08:00
< 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 >