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

Unified Diff: LayoutTests/fast/repaint/window-resize-no-layout-change2-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-change2-expected.txt
diff --git a/LayoutTests/fast/repaint/window-resize-no-layout-change2-expected.txt b/LayoutTests/fast/repaint/window-resize-no-layout-change2-expected.txt
index d8d9fac3c0ae714feea5064c231d63ccdfc19aeb..c39efc0ebcc2e7787e789543efc0007ce4f455e0 100644
--- a/LayoutTests/fast/repaint/window-resize-no-layout-change2-expected.txt
+++ b/LayoutTests/fast/repaint/window-resize-no-layout-change2-expected.txt
@@ -16,8 +16,10 @@
"contentsOpaque": true,
"drawsContent": true,
"repaintRects": [
- [0, 0, 2008, 2008],
[0, 0, 300, 300]
+ ],
+ "paintInvalidationClients": [
+ "LayoutView #document"
]
}
]
@@ -40,8 +42,10 @@
"contentsOpaque": true,
"drawsContent": true,
"repaintRects": [
- [0, 0, 2008, 2008],
[0, 0, 250, 250]
+ ],
+ "paintInvalidationClients": [
+ "LayoutView #document"
]
}
]

Powered by Google App Engine
This is Rietveld 408576698