| Index: third_party/WebKit/Source/core/paint/PaintPropertyTreePrinterTest.cpp
|
| diff --git a/third_party/WebKit/Source/core/paint/PaintPropertyTreePrinterTest.cpp b/third_party/WebKit/Source/core/paint/PaintPropertyTreePrinterTest.cpp
|
| index b91dff158a79ba1cd0bad6b4114d72b5a05a2b13..38386c136ec51f8c5e77ab176e423cac6f76b50a 100644
|
| --- a/third_party/WebKit/Source/core/paint/PaintPropertyTreePrinterTest.cpp
|
| +++ b/third_party/WebKit/Source/core/paint/PaintPropertyTreePrinterTest.cpp
|
| @@ -128,8 +128,8 @@ TEST_P(PaintPropertyTreePrinterTest, SimpleScrollTreePath) {
|
| const auto* scrollObjectProperties = scrollObject->paintProperties();
|
| String scrollPathAsString = scrollObjectProperties->scroll()->toTreeString();
|
| EXPECT_THAT(scrollPathAsString.ascii().data(),
|
| - testing::MatchesRegex("root .* scroll.*"
|
| - " .* scroll.*"));
|
| + testing::MatchesRegex("root .* parent.*"
|
| + " .* parent.*"));
|
| }
|
|
|
| } // namespace blink
|
|
|