5 src: url(../../resources/Ahem.ttf);
8 div { width:
100px; height:
100px; background-color: red; font-family: 'remote'; font-size:
20px; color: green; }
11 <body onload=
"finished()">
20 if (window
.testRunner
)
21 testRunner
.waitUntilDone();
23 // Kick off loading of the font
24 document
.body
.offsetTop
;
28 if (window
.testRunner
)
29 testRunner
.notifyDone();