diff --git a/components/style/values/specified/color.rs b/components/style/values/specified/color.rs index d0f3ef80dcf..866a33273c8 100644 --- a/components/style/values/specified/color.rs +++ b/components/style/values/specified/color.rs @@ -427,6 +427,10 @@ pub enum SystemColor { #[parse(condition = "ParserContext::in_ua_or_chrome_sheet")] MozAccentColorForeground, + /// The background-color for :autofill-ed inputs. + #[parse(condition = "ParserContext::in_ua_or_chrome_sheet")] + MozAutofillBackground, + /// Media rebar text. MozWinMediatext, /// Communications rebar text.