aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Sapin <simon.sapin@exyr.org>2015-03-03 18:48:17 +0100
committerSimon Sapin <simon.sapin@exyr.org>2015-03-03 18:48:17 +0100
commit1c4b0dda5517627e81fe9fb2df35a7c76281b31c (patch)
treeccdd9544f8f4b7a2f6299244915584fcbf5cfc18
parent09c53f461dadf0c1f2896754c329ee6ad3e9359e (diff)
downloadservo-1c4b0dda5517627e81fe9fb2df35a7c76281b31c.tar.gz
servo-1c4b0dda5517627e81fe9fb2df35a7c76281b31c.zip
Fix up libstyle unit test for background-size.
-rw-r--r--components/style/stylesheets.rs1
1 files changed, 1 insertions, 0 deletions
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),