| Index: third_party/WebKit/Source/core/layout/VisualRectMappingTest.cpp
|
| diff --git a/third_party/WebKit/Source/core/layout/VisualRectMappingTest.cpp b/third_party/WebKit/Source/core/layout/VisualRectMappingTest.cpp
|
| index 78b52c162c991dc2fbe56b468e8fabea2ab4971a..1f0486a50ac41ee86e0fd298bad3328f64d09d07 100644
|
| --- a/third_party/WebKit/Source/core/layout/VisualRectMappingTest.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/VisualRectMappingTest.cpp
|
| @@ -210,8 +210,9 @@
|
| frameElement->setInlineStyleProperty(CSSPropertyDisplay, "none");
|
| document().view()->updateAllLifecyclePhases();
|
|
|
| - frameBody = toLayoutBlock(childDocument().body()->layoutObject());
|
| - EXPECT_EQ(nullptr, frameBody);
|
| + rect = originalRect;
|
| + EXPECT_FALSE(frameDiv->mapToVisualRectInAncestorSpace(&layoutView(), rect));
|
| + EXPECT_EQ(rect, LayoutRect());
|
| }
|
|
|
| TEST_F(VisualRectMappingTest, SelfFlippedWritingMode) {
|
|
|