gecko/layout/reftests/font-face/font-familiy-whitespace-1.html
Simon Sapin 3d3cc72e20 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
149 B
HTML

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