diff --git a/components/style/values/specified/box.rs b/components/style/values/specified/box.rs index f62d3c15101..87e080653ce 100644 --- a/components/style/values/specified/box.rs +++ b/components/style/values/specified/box.rs @@ -1545,7 +1545,7 @@ impl ContainerName { return Ok(Self::none()); } const DISALLOWED_CONTAINER_NAMES: &'static [&'static str] = - &["none", "not", "or", "and", "auto", "normal"]; + &["none", "not", "or", "and"]; idents.push(CustomIdent::from_ident( location, first,