Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1202)

Unified Diff: third_party/WebKit/Source/core/paint/PaintPropertyTreePrinterTest.cpp

Issue 2651093003: Make scroll translation transform nodes reference scroll nodes (Closed)
Patch Set: Add note about scroll tree differences Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698