summaryrefslogtreecommitdiffstats
path: root/layout/style/crashtests/1161366-1.html
blob: d4eacccdc9e600af4eaff55e292e7e5bd27b6eb8 (plain)
1
2
3
4
5
6
7
<script>
var f = new FontFace("x", "url(x.ttf)", { unicodeRange: "U+0041" });
f.load();
document.fonts.add(f);
f = new FontFace("x", "url(x.ttf)", { unicodeRange: "U+0042" });
f.load();
</script>