tenfourfox/layout/reftests/first-letter/overflow-float-nooverflow-ref.html

15 lines
282 B
HTML
Raw Normal View History

2017-04-19 07:56:45 +00:00
<title>::first-letter and overflow</title>
<style>
div {
height: 8em; width: 5em;
padding: 3px;
background: yellow; color: black;
line-height: 1.0;
}
div::first-letter { font-size: 1.2em; float: left; }
</style>
<div>Hello world, testing, testing, testing, testing</div>