aboutsummaryrefslogtreecommitdiffstats
path: root/components
diff options
context:
space:
mode:
Diffstat (limited to 'components')
-rw-r--r--components/layout_2020/table/layout.rs5
1 files changed, 0 insertions, 5 deletions
diff --git a/components/layout_2020/table/layout.rs b/components/layout_2020/table/layout.rs
index e7f2c9f63f5..c571dd92195 100644
--- a/components/layout_2020/table/layout.rs
+++ b/components/layout_2020/table/layout.rs
@@ -1524,11 +1524,6 @@ impl<'a> TableLayout<'a> {
)));
}
- if self.table.anonymous {
- baselines.first = None;
- baselines.last = None;
- }
-
IndependentLayout {
fragments: table_fragments,
content_block_size: table_and_track_dimensions.table_rect.max_block_position(),