mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
Add size_of tests for geckolib selectors
This commit is contained in:
parent
cf2ae86373
commit
fd357f08cf
8 changed files with 124 additions and 2 deletions
|
@ -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),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue