summaryrefslogtreecommitdiffstats
path: root/layout/reftests/font-loading-api/src-list-2.html
blob: 9c8c83890b1379f0e921e21d2812d5163da5b380 (plain)
1
2
3
4
5
6
7
8
9
10
11
<!DOCTYPE html>
<!-- modeled on ../font-face/src-list-2.html -->
<html class="reftest-wait">
<style>
body { font-family: "One"; }
</style>
<script>
document.fonts.add(new FontFace("One", "url(../fonts/markA.ttf), url(../fonts/markB.ttf)"));
document.fonts.ready.then(function() { document.documentElement.className = ""; });
</script>
<p>ABC</p>