diff options
Diffstat (limited to 'layout/reftests/font-inflation/decoration-1-ref.html')
-rw-r--r-- | layout/reftests/font-inflation/decoration-1-ref.html | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/layout/reftests/font-inflation/decoration-1-ref.html b/layout/reftests/font-inflation/decoration-1-ref.html new file mode 100644 index 0000000000..ce2b0c0ef0 --- /dev/null +++ b/layout/reftests/font-inflation/decoration-1-ref.html @@ -0,0 +1,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> |