diff options
author | Simon Sapin <simon.sapin@exyr.org> | 2015-03-03 18:48:17 +0100 |
---|---|---|
committer | Simon Sapin <simon.sapin@exyr.org> | 2015-03-03 18:48:17 +0100 |
commit | 1c4b0dda5517627e81fe9fb2df35a7c76281b31c (patch) | |
tree | ccdd9544f8f4b7a2f6299244915584fcbf5cfc18 | |
parent | 09c53f461dadf0c1f2896754c329ee6ad3e9359e (diff) | |
download | servo-1c4b0dda5517627e81fe9fb2df35a7c76281b31c.tar.gz servo-1c4b0dda5517627e81fe9fb2df35a7c76281b31c.zip |
Fix up libstyle unit test for background-size.
-rw-r--r-- | components/style/stylesheets.rs | 1 |
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), |