Add size_of tests for geckolib selectors

This commit is contained in:
Simon Sapin 2017-05-15 16:54:18 +02:00
parent cf2ae86373
commit fd357f08cf
8 changed files with 124 additions and 2 deletions

View file

@ -1505,7 +1505,7 @@ pub mod tests {
}
}
fn parse_pseudo_element(&self, name: Cow<str>, input: &mut CssParser)
fn parse_pseudo_element(&self, name: Cow<str>, _input: &mut CssParser)
-> Result<PseudoElement, ()> {
match_ignore_ascii_case! { &name,
"before" => Ok(PseudoElement::Before),