2 <!-- modeled on ../font-face/src-list-2.html -->
3 <html class=
"reftest-wait">
5 body { font-family:
"One"; }
8 document
.fonts
.add(new FontFace("One", "url(../fonts/markA.ttf), url(../fonts/markB.ttf)"));
9 document
.fonts
.ready
.then(function() { document
.documentElement
.className
= ""; });