| Index: third_party/WebKit/Source/web/tests/WebFrameTest.cpp
|
| diff --git a/third_party/WebKit/Source/web/tests/WebFrameTest.cpp b/third_party/WebKit/Source/web/tests/WebFrameTest.cpp
|
| index 44392ef991f7d9ac0b76c241b5414ef6a7514b0f..f2a2684d736423f5115ec8cf066c8eceff1bdefe 100644
|
| --- a/third_party/WebKit/Source/web/tests/WebFrameTest.cpp
|
| +++ b/third_party/WebKit/Source/web/tests/WebFrameTest.cpp
|
| @@ -6703,8 +6703,8 @@ TEST_P(ParameterizedWebFrameTest, LayoutBlockPercentHeightDescendants)
|
| LayoutBox* percentHeightInAnonymous = toLayoutBox(document->getElementById("percent-height-in-anonymous")->layoutObject());
|
| LayoutBox* percentHeightDirectChild = toLayoutBox(document->getElementById("percent-height-direct-child")->layoutObject());
|
|
|
| - EXPECT_TRUE(LayoutBlock::hasPercentHeightDescendant(percentHeightInAnonymous));
|
| - EXPECT_TRUE(LayoutBlock::hasPercentHeightDescendant(percentHeightDirectChild));
|
| + EXPECT_TRUE(container->hasPercentHeightDescendant(percentHeightInAnonymous));
|
| + EXPECT_TRUE(container->hasPercentHeightDescendant(percentHeightDirectChild));
|
|
|
| ASSERT_TRUE(container->percentHeightDescendants());
|
| ASSERT_TRUE(container->hasPercentHeightDescendants());
|
|
|