Chromium Code Reviews| Index: LayoutTests/platform/android/virtual/slimmingpaint/fast/repaint/dont-invalidate-root-layer-when-composited-layer-becomes-visible-expected.txt |
| diff --git a/LayoutTests/platform/android/virtual/slimmingpaint/fast/repaint/dont-invalidate-root-layer-when-composited-layer-becomes-visible-expected.txt b/LayoutTests/platform/android/virtual/slimmingpaint/fast/repaint/dont-invalidate-root-layer-when-composited-layer-becomes-visible-expected.txt |
| deleted file mode 100644 |
| index 724c2099c7f5f15f6edf214bac604a55a38967cd..0000000000000000000000000000000000000000 |
| --- a/LayoutTests/platform/android/virtual/slimmingpaint/fast/repaint/dont-invalidate-root-layer-when-composited-layer-becomes-visible-expected.txt |
| +++ /dev/null |
| @@ -1,17 +0,0 @@ |
| -{ |
| - "bounds": [800, 600], |
| - "children": [ |
| - { |
| - "bounds": [800, 600], |
| - "contentsOpaque": true, |
| - "drawsContent": true, |
| - "children": [ |
| - { |
| - "position": [200, 200], |
| - "bounds": [200, 200] |
| - } |
| - ] |
| - } |
| - ] |
| -} |
| - |