| Index: Source/core/layout/LayoutBlock.cpp
|
| diff --git a/Source/core/layout/LayoutBlock.cpp b/Source/core/layout/LayoutBlock.cpp
|
| index ba5a7b87813f48fd46c34dd56f5a9a42e945c699..169fd76f33b98b850f25c986e25aa8086be89612 100644
|
| --- a/Source/core/layout/LayoutBlock.cpp
|
| +++ b/Source/core/layout/LayoutBlock.cpp
|
| @@ -2231,9 +2231,6 @@ LayoutUnit LayoutBlock::minLineHeightForReplacedObject(bool isFirstLine, LayoutU
|
| if (!document().inNoQuirksMode() && replacedHeight)
|
| return replacedHeight;
|
|
|
| - if (!(style(isFirstLine)->lineBoxContain() & LineBoxContainBlock))
|
| - return LayoutUnit();
|
| -
|
| return std::max<LayoutUnit>(replacedHeight, lineHeight(isFirstLine, isHorizontalWritingMode() ? HorizontalLine : VerticalLine, PositionOfInteriorLineBoxes));
|
| }
|
|
|
|
|