mirror of
https://github.com/servo/servo.git
synced 2025-08-12 08:55:32 +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 @@
|
|||
[abspos-inline-008.xht]
|
||||
expected: FAIL
|
|
@ -1,2 +0,0 @@
|
|||
[toogle-abspos-on-relpos-inline-child.html]
|
||||
expected: FAIL
|
|
@ -1,2 +0,0 @@
|
|||
[preserve3d-button.html]
|
||||
expected: FAIL
|
|
@ -1,2 +0,0 @@
|
|||
[filtered-inline-is-container.html]
|
||||
expected: FAIL
|
|
@ -1,2 +0,0 @@
|
|||
[absolute_inline_containing_block_a.html]
|
||||
expected: FAIL
|
Loading…
Add table
Add a link
Reference in a new issue