- From: John Daggett <jdaggett@mozilla.com>
- Date: Sat, 17 Mar 2012 00:17:39 -0700 (PDT)
- To: css21testsuite@gtalbot.org
- Cc: Public CSS test suite mailing list <public-css-testsuite@w3.org>
Gérard Talbot wrote:
> The reftest for font-family-name-023 does not use the font-family
> "x-large CSSTest FamilyName Funky" but rather "CSSTest FamilyName".
Huh?
These are the property definitions used in that test:
p#test1a {
font-family: "small-caps 1in CSSTest FamilyName Funky", CSSTest Fallback;
}
p#test2 {
font-family: x-large CSSTest FamilyName Funky, CSSTest Fallback;
}
p#test2a {
font-family: "x-large CSSTest FamilyName Funky", CSSTest Fallback;
}
p#test3a {
font-family: "12px CSSTest FamilyName Funky", CSSTest Fallback;
}
The font named "CSSTest FamilyName" is *not* used for this test!!!
Remember, those are 'font-family' definitions *not* 'font' definitions.
John
Received on Saturday, 17 March 2012 07:18:07 UTC