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

Unified Diff: third_party/WebKit/LayoutTests/platform/mac/paint/invalidation/repaint-during-scroll-with-zoom-expected.txt

Issue 2374083002: Auto-rebaseline for r420749 (Closed)
Patch Set: Created 4 years, 3 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/platform/mac/paint/invalidation/repaint-during-scroll-with-zoom-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/mac/paint/invalidation/repaint-during-scroll-with-zoom-expected.txt b/third_party/WebKit/LayoutTests/platform/mac/paint/invalidation/repaint-during-scroll-with-zoom-expected.txt
index b73c00d71b83fbcaef1cade62f8926fb5b349bc0..7fc5d229599c7be9e0fa320847d69e9addfb2983 100644
--- a/third_party/WebKit/LayoutTests/platform/mac/paint/invalidation/repaint-during-scroll-with-zoom-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/mac/paint/invalidation/repaint-during-scroll-with-zoom-expected.txt
@@ -73,6 +73,14 @@
"reason": "invalidate paint rectangle"
},
{
+ "object": "HorizontalScrollbar",
+ "reason": "scroll"
+ },
+ {
+ "object": "VerticalScrollbar",
+ "reason": "scroll"
+ },
+ {
"object": "LayoutView #document",
"reason": "subtree"
},
@@ -95,14 +103,6 @@
{
"object": "InlineTextBox 'scroll me'",
"reason": "subtree"
- },
- {
- "object": "HorizontalScrollbar",
- "reason": "scroll"
- },
- {
- "object": "VerticalScrollbar",
- "reason": "scroll"
}
]
}

Powered by Google App Engine
This is Rietveld 408576698