mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
merge backout of bug 437366.
This commit is contained in:
commit
0e1f66b41d
@ -251,12 +251,8 @@ nsCSSCompressedDataBlock::MapRuleInfoInto(nsRuleData *aRuleData) const
|
||||
mPresContext->
|
||||
DefaultBackgroundColor());
|
||||
}
|
||||
} else if (iProp == eCSSProperty_color) {
|
||||
// Force colors to the user's default.
|
||||
target->SetColorValue(aRuleData->
|
||||
mPresContext-> DefaultColor());
|
||||
} else {
|
||||
// Ignore 'border-*-color', and
|
||||
// Ignore 'color', 'border-*-color', and
|
||||
// 'background-image'
|
||||
*target = nsCSSValue();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user