Bug 1837620 - Part 6: Make edges for multiple shape guard weak too r=sfink
[gecko.git] / layout / reftests / first-letter / overflow-inline-nooverflow.html
blob7a48a3c4c0d0a7ae2ef9bb1188c5d93851ca7c8c
1 <title>::first-letter and overflow</title>
2 <style>
4 div {
5 height: 8em; width: 5em;
6 padding: 3px;
7 background: yellow; color: black;
8 overflow: auto;
9 line-height: 1.0;
11 div::first-letter { font-size: 1.2em }
13 </style>
15 <div>Hello world, testing, testing, testing, testing</div>