Backed out changeset 0b6b18ea2634 (bug 290125) Backed out changeset d8297eee88e7 (bug 290125) Backed out changeset 3f341b8efb86 (bug 290125)
16 lines
256 B
HTML
16 lines
256 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; float: left; }
|
|
|
|
</style>
|
|
|
|
<div>Hello</div>
|