mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00: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,
|
||||
|
|
|
@ -1,2 +0,0 @@
|
|||
[containing-block-007.xht]
|
||||
expected: CRASH
|
Loading…
Add table
Add a link
Reference in a new issue