tenfourfox/layout/reftests/font-inflation/text-4-ref.html

8 lines
178 B
HTML
Raw Normal View History

2017-04-19 07:56:45 +00:00
<!DOCTYPE HTML>
<style>
div { background: yellow }
span { background: aqua }
div { font-size: 34px; line-height: 1.0; width: 450px }
</style>
<div><span>Hello world</span></div>