summaryrefslogtreecommitdiffstats
path: root/layout/reftests/font-matching/1850672-1.html
blob: 3d411c121bfcb3da107f1667a4ef27cf3c178619 (plain)
1
2
3
4
5
6
7
8
9
10
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>