summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bugs/1608124-1.html
blob: 6ca7935cb1bceb5872452f8cd9310f0358ab59f2 (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: ".SF NS Text", "Times New Roman", serif; }
.b { font-family: ".LastResort", "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>