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

Unified Diff: third_party/WebKit/LayoutTests/platform/linux/fast/repaint/repaint-during-scroll-with-zoom-expected.txt

Issue 1406133005: Calculate paint invalidation rect for scrollbars (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 1 month 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/linux/fast/repaint/repaint-during-scroll-with-zoom-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/linux/fast/repaint/repaint-during-scroll-with-zoom-expected.txt b/third_party/WebKit/LayoutTests/platform/linux/fast/repaint/repaint-during-scroll-with-zoom-expected.txt
index 059f5b1fe084b7b753c264a1197cfbd23900e1dd..e7afc17357887cf1ca115ae153dbfdef98f5aac0 100644
--- a/third_party/WebKit/LayoutTests/platform/linux/fast/repaint/repaint-during-scroll-with-zoom-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/linux/fast/repaint/repaint-during-scroll-with-zoom-expected.txt
@@ -17,16 +17,14 @@
[2, 64, 52, 18]
],
"paintInvalidationClients": [
- "HorizontalScrollbar",
- "LayoutIFrame (positioned) IFRAME",
- "VerticalScrollbar",
- "LayoutIFrame (positioned) IFRAME",
"LayoutIFrame (positioned) IFRAME",
"LayoutView #document",
"LayoutBlockFlow HTML",
"LayoutBlockFlow BODY",
"LayoutText #text",
- "InlineTextBox 'scroll me'"
+ "InlineTextBox 'scroll me'",
+ "HorizontalScrollbar",
+ "VerticalScrollbar"
]
}
]

Powered by Google App Engine
This is Rietveld 408576698