Further changes required by Servo

This commit is contained in:
Oriol Brufau 2023-11-17 18:50:51 +01:00 committed by Martin Robinson
parent d4e12b9db6
commit f9a48e15aa

View file

@ -39,6 +39,7 @@ fn get_mock_rules(css_selectors: &[&str]) -> (Vec<Vec<Rule>>, SharedRwLock) {
PropertyDeclaration::Display(longhands::display::SpecifiedValue::Block), PropertyDeclaration::Display(longhands::display::SpecifiedValue::Block),
Importance::Normal, Importance::Normal,
))), ))),
rules: None,
source_location: SourceLocation { line: 0, column: 0 }, source_location: SourceLocation { line: 0, column: 0 },
})); }));