Bug 913264 - add none value to font-variant-ligatures. r=dbaron

This commit is contained in:
John Daggett
2013-11-19 13:30:25 +09:00
parent 0128f1e532
commit 47a07a73e1
9 changed files with 41 additions and 9 deletions

View File

@@ -909,7 +909,7 @@ nsCSSValue::AppendToString(nsCSSProperty aProperty, nsAString& aResult) const
case eCSSProperty_font_variant_ligatures:
nsStyleUtil::AppendBitmaskCSSValue(aProperty, intValue,
NS_FONT_VARIANT_LIGATURES_COMMON,
NS_FONT_VARIANT_LIGATURES_NONE,
NS_FONT_VARIANT_LIGATURES_NO_CONTEXTUAL,
aResult);
break;