mirror of
https://github.com/servo/servo
synced 2026-05-11 17:37:21 +02:00
This changes extend the incremental box tree construction for inline out-of-flow-box, including the `InlineItem::OutOfFlowAbsolutelyPositionedBox` and `InlineItem::OutOfFlowFloatBox`. Testing: This should not change observable behavior and is thus covered by existing WPT tests. Signed-off-by: sharpshooter_pt <ibluegalaxy_taoj@163.com>