aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOriol Brufau <obrufau@igalia.com>2023-11-17 18:50:51 +0100
committerMartin Robinson <mrobinson@igalia.com>2023-11-21 15:36:35 +0100
commitf9a48e15aae7c1244b0db77d687eaa88f8324d79 (patch)
tree88fc9dc7dd40d5b34fbd997ec612a654a9b03bd4
parentd4e12b9db662422f6f11c23b76e5e365eede2a63 (diff)
downloadservo-f9a48e15aae7c1244b0db77d687eaa88f8324d79.tar.gz
servo-f9a48e15aae7c1244b0db77d687eaa88f8324d79.zip
Further changes required by Servo
-rw-r--r--tests/unit/style/stylist.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/unit/style/stylist.rs b/tests/unit/style/stylist.rs
index db10978df27..aa7ba430a19 100644
--- a/tests/unit/style/stylist.rs
+++ b/tests/unit/style/stylist.rs
@@ -39,6 +39,7 @@ fn get_mock_rules(css_selectors: &[&str]) -> (Vec<Vec<Rule>>, SharedRwLock) {
PropertyDeclaration::Display(longhands::display::SpecifiedValue::Block),
Importance::Normal,
))),
+ rules: None,
source_location: SourceLocation { line: 0, column: 0 },
}));