mirror of
https://github.com/servo/servo.git
synced 2025-07-25 08:10:21 +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(
|
let box_ = Arc::new(InlineLevelBox::OutOfFlowAbsolutelyPositionedBox(
|
||||||
AbsolutelyPositionedBox {
|
AbsolutelyPositionedBox {
|
||||||
contents: IndependentFormattingContext::construct(
|
contents: IndependentFormattingContext::construct(
|
||||||
unimplemented!(),
|
self.context,
|
||||||
style,
|
style,
|
||||||
display_inside,
|
display_inside,
|
||||||
contents,
|
contents,
|
||||||
|
|
|
@ -1,2 +0,0 @@
|
||||||
[containing-block-007.xht]
|
|
||||||
expected: CRASH
|
|
Loading…
Add table
Add a link
Reference in a new issue