diff --git a/components/style/gecko/wrapper.rs b/components/style/gecko/wrapper.rs index 7aa879c3d11..99999ecdc87 100644 --- a/components/style/gecko/wrapper.rs +++ b/components/style/gecko/wrapper.rs @@ -1393,7 +1393,7 @@ impl<'le> ::selectors::MatchAttr for GeckoElement<'le> { attr.ns_or_null(), attr.select_name(self.is_html_element_in_html_document()), value.as_ptr(), - /* ignoreCase = */ false) + /* ignoreCase = */ true) } } fn match_attr_includes(&self, attr: &AttrSelector, value: &Atom) -> bool {