diff options
Diffstat (limited to 'layout/reftests/font-matching/1850672-1.html')
-rw-r--r-- | layout/reftests/font-matching/1850672-1.html | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/layout/reftests/font-matching/1850672-1.html b/layout/reftests/font-matching/1850672-1.html new file mode 100644 index 0000000000..3d411c121b --- /dev/null +++ b/layout/reftests/font-matching/1850672-1.html @@ -0,0 +1,11 @@ +<!doctype html> +<meta charset=utf-8> +<p>Both lines should look the same:</p> +<div style="font-size:xxx-large;"> +<div style="font-family:'Yu Gothic', serif;"> +lorem ipsum +</div> +<div style="font-family:'游ゴシック', serif;"> +lorem ipsum +</div> +</body>
\ No newline at end of file |