diff --git a/layout/style/test/property_database.js b/layout/style/test/property_database.js index 29df24b490f4..f47a7ffe7f4e 100644 --- a/layout/style/test/property_database.js +++ b/layout/style/test/property_database.js @@ -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" ], }; }