tenfourfox/layout/reftests/font-inflation/bullet-1-ref.html
Cameron Kaiser c9b2922b70 hello FPR
2017-04-19 00:56:45 -07:00

10 lines
187 B
HTML

<!DOCTYPE HTML>
<style>
ul, li { line-height: 1.0; font-size: 35px; }
ul { width: 500px; margin: 0; padding: 0 }
li { margin: 0 0 0 50px; padding: 0 }
</style>
<ul>
<li>item</li>
</ul>