Navigation Menu

Skip to content

Commit

Permalink
Fix an unimplemented in layout 2020
Browse files Browse the repository at this point in the history
  • Loading branch information
nox authored and SimonSapin committed Dec 1, 2019
1 parent 5f1681a commit ecfb822
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion components/layout_2020/flow/construct.rs
Expand Up @@ -449,7 +449,7 @@ where
let box_ = Arc::new(InlineLevelBox::OutOfFlowAbsolutelyPositionedBox(
AbsolutelyPositionedBox {
contents: IndependentFormattingContext::construct(
unimplemented!(),
self.context,
style,
display_inside,
contents,
Expand Down

This file was deleted.

0 comments on commit ecfb822

Please sign in to comment.