summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bugs/1608124-1-ref.html
blob: 60e00afb168a3e2e52dc52e71ea432cd290f23ec (plain)
1
2
3
4
5
6
7
8
9
<!DOCTYPE html>
<meta charset=utf-8>
<style>
div { font-size: 24px; margin: 1em; }
.a { font-family: "Times New Roman", serif; }
.b { font-family: "Arial", sans-serif; }
</style>
<div class=a>This should NOT use the SF NS Text font</div>
<div class=b>This should NOT use the LastResort font</div>