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

Unified Diff: LayoutTests/compositing/repaint/resize-repaint-expected.txt

Issue 351673007: Move paint invalidation after compositing update (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Epic patch ready for review. Created 6 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/compositing/repaint/resize-repaint-expected.txt
diff --git a/LayoutTests/compositing/repaint/resize-repaint-expected.txt b/LayoutTests/compositing/repaint/resize-repaint-expected.txt
index b70c420cb88c741efd8cbb354154fde3146bb43e..03312fb082d1bd31e44efc1404c50f5eedc00796 100644
--- a/LayoutTests/compositing/repaint/resize-repaint-expected.txt
+++ b/LayoutTests/compositing/repaint/resize-repaint-expected.txt
@@ -15,7 +15,9 @@
"bounds": [402, 207],
"drawsContent": true,
"repaintRects": [
- [2, 104, 398, 1],
+ [2, 155, 398, 50],
+ [2, 104, 398, 50],
+ [0, 105, 402, 102],
[0, 104, 402, 1]
]
}

Powered by Google App Engine
This is Rietveld 408576698