mirror of
https://github.com/servo/servo.git
synced 2025-06-13 02:44:29 +00:00
Fix up libstyle unit test for background-size.
This commit is contained in:
parent
09c53f461d
commit
1c4b0dda55
1 changed files with 1 additions and 0 deletions
|
@ -435,6 +435,7 @@ fn test_parse_stylesheet() {
|
|||
],
|
||||
declarations: PropertyDeclarationBlock {
|
||||
normal: Arc::new(vec![
|
||||
PropertyDeclaration::BackgroundSize(DeclaredValue::Initial),
|
||||
PropertyDeclaration::BackgroundImage(DeclaredValue::Initial),
|
||||
PropertyDeclaration::BackgroundAttachment(DeclaredValue::Initial),
|
||||
PropertyDeclaration::BackgroundRepeat(DeclaredValue::Initial),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue