| Index: third_party/WebKit/Source/core/paint/PaintPropertyTreeUpdateTests.cpp
|
| diff --git a/third_party/WebKit/Source/core/paint/PaintPropertyTreeUpdateTests.cpp b/third_party/WebKit/Source/core/paint/PaintPropertyTreeUpdateTests.cpp
|
| index 1fa7b73e005801f85ad168877d50cec726438696..24a7855b70bd5ec71897dd36fdf02d37d9da8b08 100644
|
| --- a/third_party/WebKit/Source/core/paint/PaintPropertyTreeUpdateTests.cpp
|
| +++ b/third_party/WebKit/Source/core/paint/PaintPropertyTreeUpdateTests.cpp
|
| @@ -146,6 +146,7 @@
|
| "<style>body { margin: 0; }</style>"
|
| "<div id='forceScroll' style='height: 8888px;'></div>");
|
| document().view()->updateAllLifecyclePhases();
|
| +
|
| FrameView* parent = document().view();
|
| EXPECT_TRUE(frameScroll(parent)->hasBackgroundAttachmentFixedDescendants());
|
| FrameView* child = childDocument().view();
|
|
|