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