mirror of
https://github.com/servo/servo.git
synced 2025-08-04 21:20:23 +01:00
Further changes required by Servo
This commit is contained in:
parent
d4e12b9db6
commit
f9a48e15aa
1 changed files with 1 additions and 0 deletions
|
@ -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 },
|
||||||
}));
|
}));
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue