diff --git a/components/style/stylist.rs b/components/style/stylist.rs index d40a1b8de75..1689db9bd8d 100644 --- a/components/style/stylist.rs +++ b/components/style/stylist.rs @@ -1350,7 +1350,7 @@ impl Rule { /// This represents the declarations in a given declaration block for a given /// importance. #[cfg_attr(feature = "servo", derive(HeapSizeOf))] -#[derive(Debug, Clone)] +#[derive(Debug, Clone, PartialEq)] pub struct ApplicableDeclarationBlock { /// The style source, either a style rule, or a property declaration block. #[cfg_attr(feature = "servo", ignore_heap_size_of = "Arc")]