mirror of
https://github.com/servo/servo.git
synced 2025-07-23 15:23:42 +01:00
Fix an unimplemented in layout 2020
This commit is contained in:
parent
5f1681ad25
commit
ecfb82260c
2 changed files with 1 additions and 3 deletions
|
@ -449,7 +449,7 @@ where
|
|||
let box_ = Arc::new(InlineLevelBox::OutOfFlowAbsolutelyPositionedBox(
|
||||
AbsolutelyPositionedBox {
|
||||
contents: IndependentFormattingContext::construct(
|
||||
unimplemented!(),
|
||||
self.context,
|
||||
style,
|
||||
display_inside,
|
||||
contents,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue