aboutsummaryrefslogtreecommitdiffstats
path: root/components
diff options
context:
space:
mode:
Diffstat (limited to 'components')
-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),