mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-11 16:32:59 +00:00
Remove comments referencing no-longer-existing no-clip value for background-clip. (Bug 549809)
This commit is contained in:
parent
13edc8e9a6
commit
db7a6cb346
@ -6527,9 +6527,7 @@ CSSParserImpl::ParseBackgroundItem(CSSParserImpl::BackgroundItem& aItem,
|
||||
NS_STYLE_BG_ORIGIN_PADDING);
|
||||
PR_STATIC_ASSERT(NS_STYLE_BG_CLIP_CONTENT ==
|
||||
NS_STYLE_BG_ORIGIN_CONTENT);
|
||||
// When we support 'no-clip', this needs to be conditional on haveClip:
|
||||
aItem.mClip = aItem.mOrigin;
|
||||
// We'd support 'no-clip' as an additional |else| here.
|
||||
#endif
|
||||
} else {
|
||||
if (haveColor)
|
||||
|
Loading…
Reference in New Issue
Block a user