| Index: Source/core/rendering/RenderBox.h
|
| diff --git a/Source/core/rendering/RenderBox.h b/Source/core/rendering/RenderBox.h
|
| index 01d892fd573280d35bbc9b521fa977c4015eace1..18cce33bc7fdb7ccd6b19c907a8cdd2ac90f06b0 100644
|
| --- a/Source/core/rendering/RenderBox.h
|
| +++ b/Source/core/rendering/RenderBox.h
|
| @@ -418,7 +418,7 @@ public:
|
|
|
| bool stretchesToViewport() const
|
| {
|
| - return document().inQuirksMode() && style()->logicalHeight().isAuto() && !isFloatingOrOutOfFlowPositioned() && (isRoot() || isBody()) && !document().shouldDisplaySeamlesslyWithParent() && !isInline();
|
| + return document().inQuirksMode() && style()->logicalHeight().isAuto() && !isFloatingOrOutOfFlowPositioned() && (isRoot() || isBody()) && !isInline();
|
| }
|
|
|
| virtual LayoutSize intrinsicSize() const { return LayoutSize(); }
|
|
|