mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +01:00
Requires at least one function in filter
parsing.
This commit is contained in:
parent
00e7b56244
commit
5baebb0d44
1 changed files with 2 additions and 0 deletions
|
@ -1790,6 +1790,8 @@ pub mod longhands {
|
|||
_ => Err(())
|
||||
}
|
||||
})));
|
||||
} else if filters.is_empty() {
|
||||
return Err(())
|
||||
} else {
|
||||
return Ok(SpecifiedValue::new(filters))
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue