mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-13 07:24:47 +00:00
167964 - nsCSSProps::LookupPropertyValue() doesn't handle -moz-appearance
r=dbaron sr=jst
This commit is contained in:
parent
1d1f4c702f
commit
0a9f9ac614
@ -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);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user