aboutsummaryrefslogtreecommitdiffstats
path: root/components/layout_2020/flow/construct.rs
diff options
context:
space:
mode:
authorAnthony Ramine <nox@nox.paris>2019-11-28 16:28:59 +0100
committerSimon Sapin <simon.sapin@exyr.org>2019-12-01 10:51:19 +0100
commitecfb82260c76f707dad5acb1a7cc3326dabf699b (patch)
tree742bbcdb8ca7c2ff74760363dc18448fd3d43b7a /components/layout_2020/flow/construct.rs
parent5f1681ad25921e7bb779a9223445167124e44e14 (diff)
downloadservo-ecfb82260c76f707dad5acb1a7cc3326dabf699b.tar.gz
servo-ecfb82260c76f707dad5acb1a7cc3326dabf699b.zip
Fix an unimplemented in layout 2020
Diffstat (limited to 'components/layout_2020/flow/construct.rs')
-rw-r--r--components/layout_2020/flow/construct.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/layout_2020/flow/construct.rs b/components/layout_2020/flow/construct.rs
index 57d7bf9dd31..07dd6f9765b 100644
--- a/components/layout_2020/flow/construct.rs
+++ b/components/layout_2020/flow/construct.rs
@@ -449,7 +449,7 @@ where
let box_ = Arc::new(InlineLevelBox::OutOfFlowAbsolutelyPositionedBox(
AbsolutelyPositionedBox {
contents: IndependentFormattingContext::construct(
- unimplemented!(),
+ self.context,
style,
display_inside,
contents,