diff --git a/components/style/properties/longhand/pointing.mako.rs b/components/style/properties/longhand/pointing.mako.rs index 0b68c58076d..968052d6024 100644 --- a/components/style/properties/longhand/pointing.mako.rs +++ b/components/style/properties/longhand/pointing.mako.rs @@ -182,3 +182,14 @@ ${helpers.predefined_type( ignored_when_colors_disabled=True, products="gecko", )} + +${helpers.predefined_type( + "-moz-font-smoothing-background-color", + "RGBAColor", + "RGBA::transparent()", + animation_value_type="AnimatedRGBA", + products="gecko", + gecko_ffi_name="mFontSmoothingBackgroundColor", + internal=True, + spec="None (Nonstandard internal property)" +)}