mirror of
https://github.com/servo/servo.git
synced 2025-09-30 16:49:16 +01:00
layout_2020: Add support for hoisting positioned fragments in inline boxes
Add support for tracking containing blocks when doing inline layout. This requires setting up a PositioningContext for inline boxes when necessary. Instead of using the PositioningContext helper methods and we reuse the contexts between line breaks. Fixes #25279.
This commit is contained in:
parent
b945de4ea9
commit
bd06227a60
8 changed files with 59 additions and 24 deletions
|
@ -1,2 +0,0 @@
|
|||
[absolute_inline_containing_block_a.html]
|
||||
expected: FAIL
|
Loading…
Add table
Add a link
Reference in a new issue