Index: LayoutTests/platform/android/virtual/slimmingpaint/compositing/squashing/repaint-via-layout-offset-expected.txt |
diff --git a/LayoutTests/platform/android/virtual/slimmingpaint/compositing/squashing/repaint-via-layout-offset-expected.txt b/LayoutTests/platform/android/virtual/slimmingpaint/compositing/squashing/repaint-via-layout-offset-expected.txt |
deleted file mode 100644 |
index fdb701758425ad2919745ca34535e33f2b6fec2c..0000000000000000000000000000000000000000 |
--- a/LayoutTests/platform/android/virtual/slimmingpaint/compositing/squashing/repaint-via-layout-offset-expected.txt |
+++ /dev/null |
@@ -1,33 +0,0 @@ |
-{ |
- "bounds": [800, 600], |
- "children": [ |
- { |
- "bounds": [800, 600], |
- "contentsOpaque": true, |
- "drawsContent": true, |
- "children": [ |
- { |
- "children": [ |
- { |
- "position": [8, 8], |
- "bounds": [200, 200], |
- "contentsOpaque": true, |
- "drawsContent": true, |
- "backgroundColor": "#ADD8E6" |
- }, |
- { |
- "position": [50, 50], |
- "bounds": [50, 50], |
- "drawsContent": true, |
- "repaintRects": [ |
- [0, 0, 50, 50], |
- [0, 0, 40, 40] |
- ] |
- } |
- ] |
- } |
- ] |
- } |
- ] |
-} |
- |