diff --git a/components/style/properties/longhand/inherited_box.mako.rs b/components/style/properties/longhand/inherited_box.mako.rs index e80cb074522..7c7cd67e8e9 100644 --- a/components/style/properties/longhand/inherited_box.mako.rs +++ b/components/style/properties/longhand/inherited_box.mako.rs @@ -87,13 +87,13 @@ ${helpers.single_keyword("image-rendering", if let Some(angle) = self.angle { try!(angle.to_css(dest)); if self.flipped { - dest.write_str(" flipped") + dest.write_str(" flip") } else { Ok(()) } } else { if self.flipped { - dest.write_str("flipped") + dest.write_str("flip") } else { dest.write_str("from-image") }