aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/layout_wrapper.rs
diff options
context:
space:
mode:
Diffstat (limited to 'components/script/layout_wrapper.rs')
-rw-r--r--components/script/layout_wrapper.rs4
1 files changed, 4 insertions, 0 deletions
diff --git a/components/script/layout_wrapper.rs b/components/script/layout_wrapper.rs
index 8838787defc..a6d4815090f 100644
--- a/components/script/layout_wrapper.rs
+++ b/components/script/layout_wrapper.rs
@@ -477,6 +477,10 @@ impl<'le> TElement for ServoLayoutElement<'le> {
})
}
}
+
+ fn skip_root_and_item_based_display_fixup(&self) -> bool {
+ false
+ }
}
impl<'le> PartialEq for ServoLayoutElement<'le> {