| Index: Source/WebCore/rendering/RenderBlock.cpp
|
| ===================================================================
|
| --- Source/WebCore/rendering/RenderBlock.cpp (revision 105786)
|
| +++ Source/WebCore/rendering/RenderBlock.cpp (working copy)
|
| @@ -1495,7 +1495,7 @@
|
| bool RenderBlock::expandsToEncloseOverhangingFloats() const
|
| {
|
| return isInlineBlockOrInlineTable() || isFloatingOrPositioned() || hasOverflowClip() || (parent() && parent()->isDeprecatedFlexibleBox())
|
| - || hasColumns() || isTableCell() || isFieldset() || isWritingModeRoot() || isRoot();
|
| + || hasColumns() || isTableCell() || isTableCaption() || isFieldset() || isWritingModeRoot() || isRoot();
|
| }
|
|
|
| void RenderBlock::adjustPositionedBlock(RenderBox* child, const MarginInfo& marginInfo)
|
|
|