Fix up libstyle unit test for background-size.

This commit is contained in:
Simon Sapin 2015-03-03 18:48:17 +01:00
parent 09c53f461d
commit 1c4b0dda55

View file

@ -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),