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

Unified Diff: LayoutTests/platform/mac-snowleopard/fast/repaint/repaint-composited-child-in-scrolled-container-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/platform/mac-snowleopard/fast/repaint/repaint-composited-child-in-scrolled-container-expected.txt
diff --git a/LayoutTests/platform/mac-snowleopard/fast/repaint/repaint-composited-child-in-scrolled-container-expected.txt b/LayoutTests/platform/mac-snowleopard/fast/repaint/repaint-composited-child-in-scrolled-container-expected.txt
index d410fdc1c0c151dac5557aaaa64a4608c7293a1c..69f547e366e341c216268e951f41d153a61eab72 100644
--- a/LayoutTests/platform/mac-snowleopard/fast/repaint/repaint-composited-child-in-scrolled-container-expected.txt
+++ b/LayoutTests/platform/mac-snowleopard/fast/repaint/repaint-composited-child-in-scrolled-container-expected.txt
@@ -10,6 +10,11 @@
[151, 293, 112, 15],
[8, 293, 199, 15]
],
+ "paintInvalidationClients": [
+ "HorizontalScrollbar",
+ "HorizontalScrollbar",
+ "HorizontalScrollbar"
+ ],
"children": [
{
"position": [8, 8],
@@ -24,6 +29,9 @@
"backgroundColor": "#FF0000",
"repaintRects": [
[0, 0, 600, 600]
+ ],
+ "paintInvalidationClients": [
+ "LayoutBlockFlow DIV id='inner'"
]
}
]

Powered by Google App Engine
This is Rietveld 408576698