mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Make animation-name parse none
This commit is contained in:
parent
4bc0cac395
commit
6273fa0305
6 changed files with 53 additions and 12 deletions
|
@ -398,7 +398,7 @@ impl<E: TElement> StyleSharingCandidateCache<E> {
|
|||
return;
|
||||
}
|
||||
|
||||
if box_style.animation_name_count() > 0 {
|
||||
if box_style.specifies_animations() {
|
||||
debug!("Failing to insert to the cache: animations");
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue