diff --git a/components/style/values/specified/box.rs b/components/style/values/specified/box.rs index 7b7630d1e04..584f594fb72 100644 --- a/components/style/values/specified/box.rs +++ b/components/style/values/specified/box.rs @@ -2009,12 +2009,6 @@ pub enum Appearance { #[parse(condition = "ParserContext::in_ua_or_chrome_sheet")] MozWindowButtonRestore, #[parse(condition = "ParserContext::in_ua_or_chrome_sheet")] - MozWindowFrameBottom, - #[parse(condition = "ParserContext::in_ua_or_chrome_sheet")] - MozWindowFrameLeft, - #[parse(condition = "ParserContext::in_ua_or_chrome_sheet")] - MozWindowFrameRight, - #[parse(condition = "ParserContext::in_ua_or_chrome_sheet")] MozWindowTitlebar, #[parse(condition = "ParserContext::in_ua_or_chrome_sheet")] MozWindowTitlebarMaximized,