mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
Update test expectations
This commit is contained in:
parent
0e19f456bc
commit
18742e72fa
3 changed files with 3 additions and 17 deletions
|
@ -9,11 +9,11 @@ use parser::{ParserContext, ParserContextExtraData, log_css_error};
|
|||
use properties::{Importance, PropertyDeclaration, PropertyDeclarationBlock};
|
||||
use properties::PropertyDeclarationParseResult;
|
||||
use properties::animated_properties::TransitionProperty;
|
||||
use std::fmt;
|
||||
use servo_url::ServoUrl;
|
||||
use std::fmt;
|
||||
use std::sync::Arc;
|
||||
use stylesheets::{MemoryHoleReporter, Origin};
|
||||
use style_traits::ToCss;
|
||||
use stylesheets::{MemoryHoleReporter, Origin};
|
||||
|
||||
/// A number from 1 to 100, indicating the percentage of the animation where
|
||||
/// this keyframe should run.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue