diff --git a/servo/components/style/properties/properties.mako.rs b/servo/components/style/properties/properties.mako.rs index 3661d03a39c2..3ef6e64a427a 100644 --- a/servo/components/style/properties/properties.mako.rs +++ b/servo/components/style/properties/properties.mako.rs @@ -1973,7 +1973,7 @@ pub fn apply_declarations<'a, F, I>(viewport_size: Size2D, % endif // Values that are not changed by blockification. - T::block | T::flex | T::list_item | T::table => None, + T::none | T::block | T::flex | T::list_item | T::table => None, % if product == "gecko": T::contents | T::grid | T::_webkit_box => None, % endif