Skip to content

Commit e9925e0

Browse files
committed
Further changes required by Servo
1 parent 5b7d6d7 commit e9925e0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/unit/style/stylist.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ fn get_mock_rules(css_selectors: &[&str]) -> (Vec<Vec<Rule>>, SharedRwLock) {
3939
PropertyDeclaration::Display(longhands::display::SpecifiedValue::Block),
4040
Importance::Normal,
4141
))),
42+
rules: None,
4243
source_location: SourceLocation { line: 0, column: 0 },
4344
}));
4445

0 commit comments

Comments
 (0)