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

Unified Diff: third_party/WebKit/LayoutTests/paint/invalidation/repaint-composited-child-in-scrolled-container-expected.txt

Issue 2872423002: Tweak PaintInvalidationReasons (Closed)
Patch Set: Rebaseline-cl Created 3 years, 7 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/LayoutTests/paint/invalidation/repaint-composited-child-in-scrolled-container-expected.txt
diff --git a/third_party/WebKit/LayoutTests/paint/invalidation/repaint-composited-child-in-scrolled-container-expected.txt b/third_party/WebKit/LayoutTests/paint/invalidation/repaint-composited-child-in-scrolled-container-expected.txt
index 6fdc14ce35fe4ab5c3a05179a222d7839bd97596..898dd9829603dedb5345dbd26775b49699ab1472 100644
--- a/third_party/WebKit/LayoutTests/paint/invalidation/repaint-composited-child-in-scrolled-container-expected.txt
+++ b/third_party/WebKit/LayoutTests/paint/invalidation/repaint-composited-child-in-scrolled-container-expected.txt
@@ -9,7 +9,7 @@
{
"object": "LayoutBlockFlow (positioned) DIV id='outer'",
"rect": [8, 293, 285, 15],
- "reason": "scroll"
+ "reason": "scroll control"
}
]
},
@@ -38,7 +38,7 @@
"objectPaintInvalidations": [
{
"object": "HorizontalScrollbar",
- "reason": "scroll"
+ "reason": "scroll control"
},
{
"object": "LayoutBlockFlow DIV id='inner'",

Powered by Google App Engine
This is Rietveld 408576698