Index: Source/WebCore/rendering/RenderBox.h |
=================================================================== |
--- Source/WebCore/rendering/RenderBox.h (revision 143508) |
+++ Source/WebCore/rendering/RenderBox.h (working copy) |
@@ -395,7 +395,7 @@ |
bool stretchesToViewport() const |
{ |
- return document()->inQuirksMode() && style()->logicalHeight().isAuto() && !isFloatingOrOutOfFlowPositioned() && (isRoot() || isBody()) && !document()->shouldDisplaySeamlesslyWithParent(); |
+ return document()->inQuirksMode() && style()->logicalHeight().isAuto() && !isFloatingOrOutOfFlowPositioned() && (isRoot() || isBody()) && !document()->shouldDisplaySeamlesslyWithParent() && !isInline(); |
} |
virtual LayoutSize intrinsicSize() const { return LayoutSize(); } |