diff options
Diffstat (limited to 'layout/reftests/font-inflation/threshold-1a.html')
-rw-r--r-- | layout/reftests/font-inflation/threshold-1a.html | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/layout/reftests/font-inflation/threshold-1a.html b/layout/reftests/font-inflation/threshold-1a.html new file mode 100644 index 0000000000..0c204707b2 --- /dev/null +++ b/layout/reftests/font-inflation/threshold-1a.html @@ -0,0 +1,11 @@ +<!DOCTYPE HTML> +<title>font.size.inflation.lineThreshold test</title> +<style> +body { font-size: 12px; width: 600px; } +p { margin: 0 } +</style> +<p>123456789 +123456789 +123456789 +123456789 +123456789</p> |