4 src: local(unquoted name), url(../../resources/Ahem.ttf);
8 src: local(invalid '' name), url(../../resources/Ahem.ttf);
11 <p>This test ensures that unquoted font names are allowed in local().
</p>
13 <p>The text below should be a series of black boxes.
</p>
14 <p style=
"font-family: ahem;">FAIL
</p>
16 <p>The text below should not be a series of black boxes.
</p>
17 <p style=
"font-family: invalid;">SUCCESS
</p>
20 if (window
.testRunner
) {
21 testRunner
.waitUntilDone();
22 document
.documentElement
.offsetTop
;
23 setTimeout(function() { testRunner
.notifyDone(); }, 200);