mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Don't null out the baselines of anonymous tables (#31704)
This commit is contained in:
parent
d211cfc978
commit
82128d3838
30 changed files with 0 additions and 63 deletions
|
@ -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(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue