Fix an unimplemented in layout 2020

This commit is contained in:
Anthony Ramine 2019-11-28 16:28:59 +01:00 committed by Simon Sapin
parent 5f1681ad25
commit ecfb82260c
2 changed files with 1 additions and 3 deletions

View file

@ -449,7 +449,7 @@ where
let box_ = Arc::new(InlineLevelBox::OutOfFlowAbsolutelyPositionedBox(
AbsolutelyPositionedBox {
contents: IndependentFormattingContext::construct(
unimplemented!(),
self.context,
style,
display_inside,
contents,

View file

@ -1,2 +0,0 @@
[containing-block-007.xht]
expected: CRASH