зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1480073
pt 1. Fix -webkit-appearance in property_database.js. r=emilio
This commit is contained in:
Родитель
e053e501f6
Коммит
35532da8f8
|
@ -7862,10 +7862,11 @@ if (IsCSSPropertyPrefEnabled("layout.css.prefixes.webkit")) {
|
|||
|
||||
if (IsCSSPropertyPrefEnabled("layout.css.webkit-appearance.enabled")) {
|
||||
gCSSProperties["-webkit-appearance"] = {
|
||||
domProp: "WebkitAppearance",
|
||||
domProp: "webkitAppearance",
|
||||
inherited: false,
|
||||
type: CSS_TYPE_LONGHAND,
|
||||
type: CSS_TYPE_SHORTHAND_AND_LONGHAND,
|
||||
alias_for: "-moz-appearance",
|
||||
subproperties: [ "-moz-appearance" ],
|
||||
};
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче