167964 - nsCSSProps::LookupPropertyValue() doesn't handle -moz-appearance

r=dbaron sr=jst


git-svn-id: svn://10.0.0.236/trunk@129297 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
caillon%returnzero.com
2002-09-12 03:57:02 +00:00
parent ce60597567
commit 656972473a
2 changed files with 8 additions and 2 deletions

View File

@@ -895,7 +895,10 @@ static const PRInt32 kBackgroundYPositionKTable[] = {
case eCSSProperty__moz_border_radius:
break;
case eCSSProperty_appearance:
return SearchKeywordTable(aValue, kAppearanceKTable);
case eCSSProperty_azimuth:
return SearchKeywordTable(aValue, kAzimuthKTable);

View File

@@ -895,7 +895,10 @@ static const PRInt32 kBackgroundYPositionKTable[] = {
case eCSSProperty__moz_border_radius:
break;
case eCSSProperty_appearance:
return SearchKeywordTable(aValue, kAppearanceKTable);
case eCSSProperty_azimuth:
return SearchKeywordTable(aValue, kAzimuthKTable);