gecko/layout/reftests/font-face/font-familiy-whitespace-1-notref.html
Simon Sapin 36da360d2c Bug 875287 - font-family: Do not require whitespace between unquoted idents. r=dbaron
When 'font-family' is secified with unquoted identifiers rather than a quoted string, a single space should be inserted between identifier tokens, even if they are separated by a comment rather than a whitespace token.
2013-05-30 08:10:02 -04:00

10 lines
139 B
HTML

<!doctype html>
<style>
@font-face {
font-family: Awesome font;
src: url(../fonts/markA.ttf);
}
p { /* Default font */ }
</style>
<p>A