mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Store an OpaqueNode in boxes and fragments
This commit is contained in:
parent
47944a39fc
commit
abc2c15c28
8 changed files with 67 additions and 25 deletions
|
@ -66,7 +66,13 @@ fn construct_for_root_element<'dom>(
|
|||
(
|
||||
ContainsFloats::No,
|
||||
vec![Arc::new(BlockLevelBox::OutOfFlowAbsolutelyPositionedBox(
|
||||
AbsolutelyPositionedBox::construct(context, root_element, style, display_inside, contents),
|
||||
AbsolutelyPositionedBox::construct(
|
||||
context,
|
||||
root_element,
|
||||
style,
|
||||
display_inside,
|
||||
contents,
|
||||
),
|
||||
))],
|
||||
)
|
||||
} else if box_style.float.is_floating() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue