| Index: third_party/WebKit/Source/core/paint/PaintPropertyTreeBuilderTest.cpp
|
| diff --git a/third_party/WebKit/Source/core/paint/PaintPropertyTreeBuilderTest.cpp b/third_party/WebKit/Source/core/paint/PaintPropertyTreeBuilderTest.cpp
|
| index ee14870edf529da38ce10cd0220fcab32bd7e2e3..d7c246ab7d6547fbf516cdaa079db1b6510c6e5c 100644
|
| --- a/third_party/WebKit/Source/core/paint/PaintPropertyTreeBuilderTest.cpp
|
| +++ b/third_party/WebKit/Source/core/paint/PaintPropertyTreeBuilderTest.cpp
|
| @@ -275,6 +275,7 @@ TEST_P(PaintPropertyTreeBuilderTest, FrameScrollingTraditional) {
|
| // No scroll properties should be present.
|
| EXPECT_EQ(nullptr, frame_view->GetLayoutView()->PaintProperties());
|
| }
|
| +
|
| CHECK_EXACT_VISUAL_RECT(LayoutRect(8, 8, 784, 10000),
|
| GetDocument().body()->GetLayoutObject(),
|
| frame_view->GetLayoutView());
|
|
|