mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
Cherry-pick some parts of the cssparser update.
This commit is contained in:
parent
f7c5df5703
commit
7513bc293e
3 changed files with 8 additions and 8 deletions
|
@ -396,7 +396,7 @@ impl<'a, 'i> ::selectors::Parser<'i> for SelectorParser<'a> {
|
|||
parser,
|
||||
)?.into()
|
||||
)
|
||||
}
|
||||
},
|
||||
_ => return Err(parser.new_custom_error(
|
||||
SelectorParseErrorKind::UnsupportedPseudoClassOrElement(name.clone())
|
||||
))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue