3 font-family: ahem-family;
4 src: url(../../resources/Ahem.otf);
5 /* The @font-face rule has no closing brace, so the style sheet is terminated unexpectedly. */
8 Test for
<i><a href=
"https://bugs.webkit.org/show_bug.cgi?id=89980">https://bugs.webkit.org/show_bug.cgi?id=
89980</a> Unexpected end of style sheet in @font-face rule discards it rather than closes all open constructs
</i>.
10 <p>Check if a @font-face rule without a closing brace is accepted.
</p>
11 <span style=
"font-family: ahem-family">0123456789ABCDEF
</span>
13 document
.body
.offsetTop
;