Bug 1249134: Remove support for -webkit-appearance as an alias for -moz-appearance, since the two prefixed properties behave differently in practice. r=heycam

This commit is contained in:
Daniel Holbert 2016-02-17 19:03:39 -08:00
parent c2664451e7
commit 7e9b4ced96
2 changed files with 0 additions and 11 deletions

View File

@ -296,10 +296,6 @@ CSS_PROP_ALIAS(-webkit-border-bottom-right-radius,
WebkitBorderBottomRightRadius, // really no dom property
WEBKIT_PREFIX_PREF)
CSS_PROP_ALIAS(-webkit-appearance,
appearance,
WebkitAppearance,
WEBKIT_PREFIX_PREF)
CSS_PROP_ALIAS(-webkit-background-clip,
background_clip,
WebkitBackgroundClip,

View File

@ -7121,13 +7121,6 @@ if (IsCSSPropertyPrefEnabled("layout.css.prefixes.webkit")) {
alias_for: "border-bottom-right-radius",
subproperties: [ "border-bottom-right-radius" ],
};
gCSSProperties["-webkit-appearance"] = {
domProp: "webkitAppearance",
inherited: false,
type: CSS_TYPE_SHORTHAND_AND_LONGHAND,
alias_for: "-moz-appearance",
subproperties: [ "-moz-appearance" ],
};
gCSSProperties["-webkit-background-clip"] = {
domProp: "webkitBackgroundClip",
inherited: false,