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

Unified Diff: third_party/WebKit/LayoutTests/paint/invalidation/repaint-during-scroll-with-zoom-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-during-scroll-with-zoom-expected.txt
diff --git a/third_party/WebKit/LayoutTests/paint/invalidation/repaint-during-scroll-with-zoom-expected.txt b/third_party/WebKit/LayoutTests/paint/invalidation/repaint-during-scroll-with-zoom-expected.txt
index 49a593f0194d478d52bb81c0294a397fc046b731..312059b352e0cc0c8c678b19bd69951cebb34a8b 100644
--- a/third_party/WebKit/LayoutTests/paint/invalidation/repaint-during-scroll-with-zoom-expected.txt
+++ b/third_party/WebKit/LayoutTests/paint/invalidation/repaint-during-scroll-with-zoom-expected.txt
@@ -25,12 +25,12 @@
{
"object": "LayoutView #document",
"rect": [3, 300, 235, 15],
- "reason": "scroll"
+ "reason": "scroll control"
},
{
"object": "LayoutView #document",
"rect": [238, 65, 15, 235],
- "reason": "scroll"
+ "reason": "scroll control"
}
]
}
@@ -42,11 +42,11 @@
},
{
"object": "HorizontalScrollbar",
- "reason": "scroll"
+ "reason": "scroll control"
},
{
"object": "VerticalScrollbar",
- "reason": "scroll"
+ "reason": "scroll control"
},
{
"object": "LayoutView #document",

Powered by Google App Engine
This is Rietveld 408576698