From 23d710bc36b071a7d79c2a13e70093b736846225 Mon Sep 17 00:00:00 2001 From: Cameron McCormack Date: Mon, 25 Sep 2017 14:52:07 +0800 Subject: [PATCH] style: Add support for -moz-font-smoothing-background-color. --- components/style/properties/longhand/pointing.mako.rs | 11 +++++++++++ 1 file changed, 11 insertions(+) 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)" +)}