mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-26 02:02:33 +00:00
167964 - nsCSSProps::LookupPropertyValue() doesn't handle -moz-appearance
r=dbaron sr=jst
This commit is contained in:
parent
1d1f4c702f
commit
0a9f9ac614
@ -896,6 +896,9 @@ static const PRInt32 kBackgroundYPositionKTable[] = {
|
||||
case eCSSProperty__moz_border_radius:
|
||||
break;
|
||||
|
||||
case eCSSProperty_appearance:
|
||||
return SearchKeywordTable(aValue, kAppearanceKTable);
|
||||
|
||||
case eCSSProperty_azimuth:
|
||||
return SearchKeywordTable(aValue, kAzimuthKTable);
|
||||
|
||||
|
@ -896,6 +896,9 @@ static const PRInt32 kBackgroundYPositionKTable[] = {
|
||||
case eCSSProperty__moz_border_radius:
|
||||
break;
|
||||
|
||||
case eCSSProperty_appearance:
|
||||
return SearchKeywordTable(aValue, kAppearanceKTable);
|
||||
|
||||
case eCSSProperty_azimuth:
|
||||
return SearchKeywordTable(aValue, kAzimuthKTable);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user