summaryrefslogtreecommitdiffstats
path: root/layout/reftests/font-matching/1850672-1-ref.html
blob: af7c90d773a8548f52b5a86d451d15ebd3f8a683 (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:'Yu Gothic', serif;">
lorem ipsum
</div>
</body>