tenfourfox/layout/reftests/first-letter/overflow-inline-overflow.html
Cameron Kaiser c9b2922b70 hello FPR
2017-04-19 00:56:45 -07:00

16 lines
242 B
HTML

<title>::first-letter and overflow</title>
<style>
div {
height: 3em; width: 8em;
padding: 3px;
background: yellow; color: black;
overflow: auto;
line-height: 1.0;
}
div::first-letter { font-size: 4em }
</style>
<div>Hello</div>