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

Unified Diff: LayoutTests/fast/repaint/window-resize-positioned-bottom-expected.txt

Issue 369483004: Revert of Move paint invalidation after compositing update (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 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/fast/repaint/window-resize-positioned-bottom-expected.txt
diff --git a/LayoutTests/fast/repaint/window-resize-positioned-bottom-expected.txt b/LayoutTests/fast/repaint/window-resize-positioned-bottom-expected.txt
index 6f09641beff556ebad1f4fadc3821d06cbaefa86..5471fcf6076af5c96d2e8d99401cf140640cc756 100644
--- a/LayoutTests/fast/repaint/window-resize-positioned-bottom-expected.txt
+++ b/LayoutTests/fast/repaint/window-resize-positioned-bottom-expected.txt
@@ -6,8 +6,6 @@
"contentsOpaque": true,
"drawsContent": true,
"repaintRects": [
- [0, 260, 20, 20],
- [0, 200, 200, 100],
[0, 160, 20, 20]
]
}
@@ -21,7 +19,7 @@
"contentsOpaque": true,
"drawsContent": true,
"repaintRects": [
- [0, 0, 300, 300],
+ [0, 0, 200, 300],
[0, 0, 200, 300]
]
}
@@ -35,6 +33,8 @@
"contentsOpaque": true,
"drawsContent": true,
"repaintRects": [
+ [0, 260, 20, 20],
+ [0, 250, 300, 50],
[0, 210, 20, 20]
]
}

Powered by Google App Engine
This is Rietveld 408576698