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

Unified Diff: LayoutTests/fast/repaint/horizontal-bt-overflow-child-expected.txt

Issue 791453007: Deflake repaint layout tests which assumed scroll would happen before first paint. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years 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/horizontal-bt-overflow-child-expected.txt
diff --git a/LayoutTests/fast/repaint/horizontal-bt-overflow-child-expected.txt b/LayoutTests/fast/repaint/horizontal-bt-overflow-child-expected.txt
index 59e9a6aea93eba521131482132d0c8b5532e3fc5..383ef4019de6f94ad488ff656bf2cfce46f54c22 100644
--- a/LayoutTests/fast/repaint/horizontal-bt-overflow-child-expected.txt
+++ b/LayoutTests/fast/repaint/horizontal-bt-overflow-child-expected.txt
@@ -6,7 +6,11 @@
"contentsOpaque": true,
"drawsContent": true,
"repaintRects": [
- [29, 106, 100, 100]
+ [29, 106, 100, 100],
+ [29, 21, 285, 201],
+ [29, 21, 100, 201],
+ [29, 20, 285, 186],
+ [29, 20, 100, 86]
Xianzhu 2014/12/12 16:42:00 Could you explain this change?
rmcilroy 2014/12/12 17:20:17 I'm assuming these are the invalidations which are
Xianzhu 2014/12/12 17:37:36 I mean all the new invalidations. The scroll happe
]
}
]

Powered by Google App Engine
This is Rietveld 408576698