mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
auto merge of #5254 : glennw/servo/ib-stacking-context, r=pcwalton
This commit is contained in:
commit
e0ead84781
4 changed files with 44 additions and 1 deletions
|
@ -1342,7 +1342,7 @@ impl Flow for InlineFlow {
|
|||
self.base
|
||||
.absolute_position_info
|
||||
.relative_containing_block_mode,
|
||||
CoordinateSystem::Own);
|
||||
CoordinateSystem::Parent);
|
||||
let clip = fragment.clipping_region_for_children(&self.base.clip,
|
||||
&stacking_relative_border_box);
|
||||
match fragment.specific {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue