| Index: third_party/WebKit/Source/core/layout/ng/ng_out_of_flow_layout_part_test.cc
|
| diff --git a/third_party/WebKit/Source/core/layout/ng/ng_out_of_flow_layout_part_test.cc b/third_party/WebKit/Source/core/layout/ng/ng_out_of_flow_layout_part_test.cc
|
| index 37bb93d60684ef4824b65eadc8fddf6a98b74d9c..2aadabcaa28cb47f50b8e651de38a9b16c559028 100644
|
| --- a/third_party/WebKit/Source/core/layout/ng/ng_out_of_flow_layout_part_test.cc
|
| +++ b/third_party/WebKit/Source/core/layout/ng/ng_out_of_flow_layout_part_test.cc
|
| @@ -69,7 +69,7 @@ TEST_F(NGOutOfFlowLayoutPartTest, FixedInsideAbs) {
|
| NGConstraintSpace::CreateFromLayoutObject(*block_flow);
|
| NGBlockNode node(block_flow);
|
| RefPtr<NGLayoutResult> result = node.Layout(space.Get());
|
| - EXPECT_EQ(result->OutOfFlowDescendants().size(), (size_t)2);
|
| + EXPECT_EQ(result->OutOfFlowPositionedDescendants().size(), (size_t)2);
|
|
|
| // Test the final result.
|
| Element* fixed_1 = GetDocument().getElementById("fixed1");
|
|
|