tenfourfox/layout/reftests/first-letter/parent-style-1-ref.html
Cameron Kaiser c9b2922b70 hello FPR
2017-04-19 00:56:45 -07:00

12 lines
367 B
HTML

<!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>