From 1c4b0dda5517627e81fe9fb2df35a7c76281b31c Mon Sep 17 00:00:00 2001 From: Simon Sapin Date: Tue, 3 Mar 2015 18:48:17 +0100 Subject: [PATCH] Fix up libstyle unit test for background-size. --- components/style/stylesheets.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/components/style/stylesheets.rs b/components/style/stylesheets.rs index c0efee55d8a..1e7e78ac9cc 100644 --- a/components/style/stylesheets.rs +++ b/components/style/stylesheets.rs @@ -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),