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