diff --git a/components/style/properties/longhand/inherited_box.mako.rs b/components/style/properties/longhand/inherited_box.mako.rs index 01ee640f852..e80cb074522 100644 --- a/components/style/properties/longhand/inherited_box.mako.rs +++ b/components/style/properties/longhand/inherited_box.mako.rs @@ -168,7 +168,7 @@ ${helpers.single_keyword("image-rendering", computed_value::T::AngleWithFlipped(angle, flipped) => { try!(angle.to_css(dest)); if flipped { - try!(dest.write_str(" flipped")); + try!(dest.write_str(" flip")); } Ok(()) },