| 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 e821c3b4a8c796d86e7933a911e7f8e83a1c85e6..2e92ee8489c6a74068df68d0541ff46e6832c476 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());
|
|
|