summaryrefslogtreecommitdiffstats
path: root/layout/reftests/first-letter/overflow-inline-nooverflow.html
blob: 7a48a3c4c0d0a7ae2ef9bb1188c5d93851ca7c8c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<title>::first-letter and overflow</title>
<style>

div {
  height: 8em; width: 5em;
  padding: 3px;
  background: yellow; color: black;
  overflow: auto;
  line-height: 1.0;
}
div::first-letter { font-size: 1.2em }

</style>

<div>Hello world, testing, testing, testing, testing</div>