| Index: Source/core/layout/LayoutObject.cpp
|
| diff --git a/Source/core/layout/LayoutObject.cpp b/Source/core/layout/LayoutObject.cpp
|
| index 40174392dbd2e3a08896a7b05b0d865e39921b22..1e47086bac8fa1df6f47e621bb3ea47042f31662 100644
|
| --- a/Source/core/layout/LayoutObject.cpp
|
| +++ b/Source/core/layout/LayoutObject.cpp
|
| @@ -1977,9 +1977,6 @@ void LayoutObject::propagateStyleToAnonymousChildren(bool blockChildrenOnly)
|
| if (blockChildrenOnly && !child->isLayoutBlock())
|
| continue;
|
|
|
| - if (child->isLayoutFullScreen() || child->isLayoutFullScreenPlaceholder())
|
| - continue;
|
| -
|
| RefPtr<ComputedStyle> newStyle = ComputedStyle::createAnonymousStyleWithDisplay(styleRef(), child->style()->display());
|
|
|
| // Preserve the position style of anonymous block continuations as they can have relative position when
|
|
|