4 src: url(no-such-file.ttf);
7 <!-- content: counter(page) causes the style diff to be "detach" -->
8 <div style=
"font-family: custom; content: counter(page);">
12 if (window
.testRunner
) {
13 testRunner
.dumpAsText();
14 testRunner
.waitUntilDone();
15 // Must wait for the font to fail to load.
16 setTimeout(function() { testRunner
.notifyDone() }, 100);
19 document
.execCommand("SelectAll");