4 src: url(../../resources/Ahem.ttf);
7 <p>This test ensures that unquoted font names are allowed in local().
</p>
9 <p>The text below should be a series of black boxes.
</p>
10 <p style=
"font-family: ahem;">FAIL
</p>
12 <p>The text below should not be a series of black boxes.
</p>
16 if (window
.testRunner
) {
17 testRunner
.waitUntilDone();
18 document
.documentElement
.offsetTop
;
19 setTimeout(function() { testRunner
.notifyDone(); }, 200);