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

Unified Diff: LayoutTests/fast/repaint/scrollbar-invalidation-on-resize-expected.txt

Issue 1185423002: Enable slimming paint for fast/repaint (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Remove old expectations Created 5 years, 6 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: LayoutTests/fast/repaint/scrollbar-invalidation-on-resize-expected.txt
diff --git a/LayoutTests/fast/repaint/scrollbar-invalidation-on-resize-expected.txt b/LayoutTests/fast/repaint/scrollbar-invalidation-on-resize-expected.txt
index 37b38a5ab84c97a3c8614e060a6c150e96c4d6de..a2d79b935385497ec14df17ac59f2fb4751b84bf 100644
--- a/LayoutTests/fast/repaint/scrollbar-invalidation-on-resize-expected.txt
+++ b/LayoutTests/fast/repaint/scrollbar-invalidation-on-resize-expected.txt
@@ -8,6 +8,14 @@
"repaintRects": [
[8, 50, 300, 100],
[8, 50, 100, 100]
+ ],
+ "paintInvalidationClients": [
+ "HorizontalScrollbar",
+ "VerticalScrollbar",
+ "VerticalScrollbar",
+ "HorizontalScrollbar",
+ "HorizontalScrollbar",
+ "LayoutBlockFlow (positioned) DIV id='scrollable'"
]
}
]

Powered by Google App Engine
This is Rietveld 408576698