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

Unified Diff: LayoutTests/fast/repaint/window-resize-no-layout-change1-expected.txt

Issue 1185423002: Enable slimming paint for fast/repaint (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Remove old expectations Created 5 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-no-layout-change1-expected.txt
diff --git a/LayoutTests/fast/repaint/window-resize-no-layout-change1-expected.txt b/LayoutTests/fast/repaint/window-resize-no-layout-change1-expected.txt
index 41cb5e5c5bbe520d8e8a0d80d96d0be4a29db602..d2faf451b49c40a2b43d1d5dd8b49b1e1398b952 100644
--- a/LayoutTests/fast/repaint/window-resize-no-layout-change1-expected.txt
+++ b/LayoutTests/fast/repaint/window-resize-no-layout-change1-expected.txt
@@ -16,8 +16,10 @@
"contentsOpaque": true,
"drawsContent": true,
"repaintRects": [
- [0, 0, 2008, 2016],
[0, 0, 300, 300]
+ ],
+ "paintInvalidationClients": [
+ "LayoutView #document"
]
}
]
@@ -40,8 +42,10 @@
"contentsOpaque": true,
"drawsContent": true,
"repaintRects": [
- [0, 0, 2008, 2016],
[0, 0, 250, 250]
+ ],
+ "paintInvalidationClients": [
+ "LayoutView #document"
]
}
]

Powered by Google App Engine
This is Rietveld 408576698