mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
layout: Make content of display: inline-block; overflow: hidden
visible.
This commit is contained in:
parent
c87f34f877
commit
2b0e59725b
6 changed files with 34 additions and 14 deletions
|
@ -1098,7 +1098,8 @@ impl BlockFlow {
|
|||
DList::new()));
|
||||
}
|
||||
|
||||
accumulator.finish(&mut *self, display_list);
|
||||
accumulator.finish(&mut display_list);
|
||||
self.base.display_list = display_list;
|
||||
self.base.layers = child_layers
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue