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:
@@ -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);
|
||||
|
||||
|
||||
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user