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

Unified Diff: LayoutTests/platform/win-xp/virtual/slimmingpaint/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/virtual/slimmingpaint/fast/repaint/relative-inline-positioned-movement-repaint-expected.txt
diff --git a/LayoutTests/platform/win-xp/virtual/slimmingpaint/fast/repaint/relative-inline-positioned-movement-repaint-expected.txt b/LayoutTests/platform/win-xp/virtual/slimmingpaint/fast/repaint/relative-inline-positioned-movement-repaint-expected.txt
deleted file mode 100644
index bc786ca0a2a9f5a1e7798ce76f1336fd052a34f5..0000000000000000000000000000000000000000
--- a/LayoutTests/platform/win-xp/virtual/slimmingpaint/fast/repaint/relative-inline-positioned-movement-repaint-expected.txt
+++ /dev/null
@@ -1,30 +0,0 @@
-{
- "bounds": [800, 600],
- "children": [
- {
- "bounds": [800, 600],
- "contentsOpaque": true,
- "drawsContent": true,
- "repaintRects": [
- [8, 7, 784, 21]
- ],
- "paintInvalidationClients": [
- "RootInlineBox",
- "LayoutBlockFlow BODY"
- ],
- "children": [
- {
- "position": [68, 7],
- "bounds": [348, 21],
- "drawsContent": true,
- "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