summaryrefslogtreecommitdiffstats
path: root/layout/reftests/font-inflation/decoration-1-ref.html
blob: ce2b0c0ef0b80ccd4c92a6111b5d00f97772f0ca (plain)
1
2
3
4
5
6
7
8
<!DOCTYPE HTML>
<style>
div { background: yellow }
div { font-size: 34px; line-height: 1.0; width: 450px }
span { font-size: 36px }
div { text-decoration: underline overline line-through }
</style>
<div>Hello <span>world</span></div>