12737: removed the 'moz-fixed' NavQuirk
git-svn-id: svn://10.0.0.236/trunk@54228 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -1282,6 +1282,7 @@ MapDeclarationFontInto(nsICSSDeclaration* aDeclaration,
|
||||
if (face.EqualsIgnoreCase("-moz-fixed")) {
|
||||
font->mFlags |= NS_STYLE_FONT_USE_FIXED;
|
||||
}
|
||||
/* bug 12737
|
||||
else {
|
||||
nsCompatibility mode;
|
||||
aPresContext->GetCompatibilityMode(&mode);
|
||||
@@ -1289,6 +1290,7 @@ MapDeclarationFontInto(nsICSSDeclaration* aDeclaration,
|
||||
font->mFixedFont.name = familyList;
|
||||
}
|
||||
}
|
||||
*/
|
||||
}
|
||||
else {
|
||||
font->mFont.name = defaultFont.name;
|
||||
|
||||
Reference in New Issue
Block a user