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

Unified Diff: LayoutTests/platform/win-xp/fast/repaint/relative-inline-positioned-movement-repaint-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/win-xp/fast/repaint/relative-inline-positioned-movement-repaint-expected.txt
diff --git a/LayoutTests/platform/win-xp/fast/repaint/relative-inline-positioned-movement-repaint-expected.txt b/LayoutTests/platform/win-xp/fast/repaint/relative-inline-positioned-movement-repaint-expected.txt
index a0c96198f3d9c565b97918356fb414c26fedccf0..bc786ca0a2a9f5a1e7798ce76f1336fd052a34f5 100644
--- a/LayoutTests/platform/win-xp/fast/repaint/relative-inline-positioned-movement-repaint-expected.txt
+++ b/LayoutTests/platform/win-xp/fast/repaint/relative-inline-positioned-movement-repaint-expected.txt
@@ -8,12 +8,20 @@
"repaintRects": [
[8, 7, 784, 21]
],
+ "paintInvalidationClients": [
+ "RootInlineBox",
+ "LayoutBlockFlow BODY"
+ ],
"children": [
{
"position": [68, 7],
"bounds": [348, 21],
"drawsContent": true,
- "backfaceVisibility": "hidden"
+ "backfaceVisibility": "hidden",
+ "paintInvalidationClients": [
+ "InlineTextBox 'When this layer moves it shouldn't generate a repaint rect.'",
+ "InlineFlowBox"
+ ]
}
]
}

Powered by Google App Engine
This is Rietveld 408576698