Index: LayoutTests/platform/win-xp/compositing/repaint/invalidations-on-composited-layers-expected.txt |
diff --git a/LayoutTests/platform/win-xp/compositing/repaint/invalidations-on-composited-layers-expected.txt b/LayoutTests/platform/win-xp/compositing/repaint/invalidations-on-composited-layers-expected.txt |
deleted file mode 100644 |
index f85e8cc6b51a40606e5e2a69ace2e08b6cad17c9..0000000000000000000000000000000000000000 |
--- a/LayoutTests/platform/win-xp/compositing/repaint/invalidations-on-composited-layers-expected.txt |
+++ /dev/null |
@@ -1,42 +0,0 @@ |
-{ |
- "bounds": [800, 600], |
- "children": [ |
- { |
- "bounds": [800, 600], |
- "contentsOpaque": true, |
- "drawsContent": true, |
- "repaintRects": [ |
- [8, 413, 784, 29], |
- [8, 13, 784, 16], |
- [0, 421, 800, 29] |
- ], |
- "children": [ |
- { |
- "position": [8, 42], |
- "bounds": [400, 400], |
- "contentsOpaque": true, |
- "drawsContent": true, |
- "backgroundColor": "#008000", |
- "repaintRects": [ |
- [0, 0, 400, 400], |
- [0, 0, 400, 400] |
- ], |
- "children": [ |
- { |
- "position": [50, 50], |
- "bounds": [75, 75], |
- "contentsOpaque": true, |
- "drawsContent": true, |
- "backgroundColor": "#0000FF", |
- "repaintRects": [ |
- [0, 0, 75, 75], |
- [0, 0, 75, 75] |
- ] |
- } |
- ] |
- } |
- ] |
- } |
- ] |
-} |
- |