4 @font-face { font-family: A; src: url(); }
6 #y:first-letter { content:
"A"; }
13 document
.body
.innerHTML
= "PASS";
14 if (window
.testRunner
)
15 testRunner
.notifyDone();
18 if (window
.testRunner
) {
19 testRunner
.dumpAsText();
20 testRunner
.waitUntilDone();
23 document
.designMode
= 'on';
24 document
.execCommand('selectall');
26 // Let the font load to finish.
27 setTimeout("finish()", 50);
30 #y:before { content:
"ABCD"; }