1 <!DOCTYPE html PUBLIC
"-//W3C//DTD HTML 4.01//EN"
2 "http://www.w3.org/TR/html4/strict.dtd">
3 <html lang=
"en-US" class=
"reftest-wait">
6 <meta http-equiv=
"Content-Type" content=
"text/html; charset=UTF-8">
7 <style type=
"text/css">
11 src: url
(../fonts/markA.ttf);
16 src: url
(../fonts/markB.ttf);
19 body
{ font-family: "MarkA", "MarkB"; }
22 <script type=
"application/ecmascript">
25 var sheet = document.getElementsByTagName(
"style")[
0].sheet;
26 for (var i = sheet.cssRules.length -
1; i
>=
0; --i) {
27 if (sheet.cssRules[i].type == CSSRule.FONT_FACE_RULE) {
32 document.documentElement.removeAttribute(
"class");
37 <body onload=
"setTimeout(run, 20)">