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

Unified Diff: LayoutTests/fast/repaint/window-resize-viewport-percent-expected.txt

Issue 351673007: Move paint invalidation after compositing update (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Added the missing TestExpectation suppressions 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-viewport-percent-expected.txt
diff --git a/LayoutTests/fast/repaint/window-resize-viewport-percent-expected.txt b/LayoutTests/fast/repaint/window-resize-viewport-percent-expected.txt
index b405995d8aa332a4017ccc35d62f39e4a07b6fe3..95e203ae77039e06cf222c330e1f7d8a9f4d1714 100644
--- a/LayoutTests/fast/repaint/window-resize-viewport-percent-expected.txt
+++ b/LayoutTests/fast/repaint/window-resize-viewport-percent-expected.txt
@@ -7,6 +7,7 @@
"drawsContent": true,
"repaintRects": [
[20, 0, 10, 30],
+ [0, 200, 200, 100],
[0, 20, 30, 10]
]
}
@@ -20,7 +21,7 @@
"contentsOpaque": true,
"drawsContent": true,
"repaintRects": [
- [0, 0, 200, 300],
+ [0, 0, 300, 300],
[0, 0, 200, 300]
]
}
@@ -35,7 +36,6 @@
"drawsContent": true,
"repaintRects": [
[25, 0, 5, 30],
- [0, 250, 300, 50],
[0, 25, 30, 5]
]
}

Powered by Google App Engine
This is Rietveld 408576698