mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
parent
0d37e8f96b
commit
029af81570
7 changed files with 72 additions and 6 deletions
|
@ -2179,11 +2179,11 @@ impl Fragment {
|
|||
match self.specific {
|
||||
SpecificFragmentInfo::InlineBlock(ref info) => {
|
||||
let block_flow = info.flow_ref.as_block();
|
||||
overflow = overflow.union(&block_flow.compute_overflow());
|
||||
overflow = overflow.union(&flow::base(block_flow).overflow);
|
||||
}
|
||||
SpecificFragmentInfo::InlineAbsolute(ref info) => {
|
||||
let block_flow = info.flow_ref.as_block();
|
||||
overflow = overflow.union(&block_flow.compute_overflow());
|
||||
overflow = overflow.union(&flow::base(block_flow).overflow);
|
||||
}
|
||||
_ => (),
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue