mirror of
https://github.com/servo/servo.git
synced 2025-08-07 14:35:33 +01:00
Rename contents to context in AbsolutelyPositionedBox
This commit is contained in:
parent
264b4344fb
commit
b66dd66403
3 changed files with 12 additions and 12 deletions
|
@ -326,7 +326,7 @@ impl BlockLevelBox {
|
|||
positioning_context.push(hoisted_box);
|
||||
Fragment::AbsoluteOrFixedPositioned(AbsoluteOrFixedPositionedFragment {
|
||||
hoisted_fragment,
|
||||
position: box_.borrow().contents.style.clone_position(),
|
||||
position: box_.borrow().context.style.clone_position(),
|
||||
})
|
||||
},
|
||||
BlockLevelBox::OutOfFlowFloatBox(_box_) => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue