no bug - Import translations from android-l10n r=release a=l10n CLOSED TREE
[gecko.git] / layout / reftests / font-loading-api / src-list-1.html
blob2af1bdc08fcbcc09618c86fc41e395e001316eee
1 <!DOCTYPE html>
2 <!-- modeled on ../font-face/src-list-1.html -->
3 <html class="reftest-wait">
4 <style>
5 body { font-family: One; }
6 </style>
7 <script>
8 document.fonts.add(new FontFace("One", "url(../fonts/markA.ttf), url(../fonts/mark2A.ttf)"));
9 document.fonts.ready.then(function() { document.documentElement.className = ""; });
10 </script>
11 <p>ABC</p>