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

r=dbaron sr=jst
This commit is contained in:
caillon%returnzero.com 2002-09-12 03:57:02 +00:00
parent 1d1f4c702f
commit 0a9f9ac614
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);