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

Unified Diff: LayoutTests/fast/repaint/window-resize-percent-html-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/fast/repaint/window-resize-percent-html-expected.txt
diff --git a/LayoutTests/fast/repaint/window-resize-percent-html-expected.txt b/LayoutTests/fast/repaint/window-resize-percent-html-expected.txt
index a62c7ee83c754c3b61019915fda6a1a90520120d..1ffe1cb56ac4e4694df9b449cbde177ad28ad190 100644
--- a/LayoutTests/fast/repaint/window-resize-percent-html-expected.txt
+++ b/LayoutTests/fast/repaint/window-resize-percent-html-expected.txt
@@ -6,6 +6,7 @@
"contentsOpaque": true,
"drawsContent": true,
"repaintRects": [
+ [0, 200, 200, 100],
[0, 100, 200, 50],
[0, 100, 200, 50],
[0, 50, 100, 25]
@@ -21,7 +22,7 @@
"contentsOpaque": true,
"drawsContent": true,
"repaintRects": [
- [0, 0, 200, 300],
+ [0, 0, 300, 300],
[0, 0, 200, 300]
]
}
@@ -35,7 +36,6 @@
"contentsOpaque": true,
"drawsContent": true,
"repaintRects": [
- [0, 250, 300, 50],
[0, 125, 300, 25],
[0, 125, 300, 25],
[0, 63, 150, 12]

Powered by Google App Engine
This is Rietveld 408576698