Chromium Code Reviews| Index: LayoutTests/platform/android/virtual/slimmingpaint/fast/repaint/padding-keeping-content-size-expected.txt |
| diff --git a/LayoutTests/platform/android/virtual/slimmingpaint/fast/repaint/padding-keeping-content-size-expected.txt b/LayoutTests/platform/android/virtual/slimmingpaint/fast/repaint/padding-keeping-content-size-expected.txt |
| deleted file mode 100644 |
| index e135b81117c09502a01fd70253c337f40c2faf0c..0000000000000000000000000000000000000000 |
| --- a/LayoutTests/platform/android/virtual/slimmingpaint/fast/repaint/padding-keeping-content-size-expected.txt |
| +++ /dev/null |
| @@ -1,19 +0,0 @@ |
| -{ |
| - "bounds": [800, 600], |
| - "children": [ |
| - { |
| - "bounds": [800, 600], |
| - "contentsOpaque": true, |
| - "drawsContent": true, |
| - "repaintRects": [ |
| - [100, 200, 40, 140], |
| - [100, 0, 40, 140], |
| - [20, 220, 100, 100], |
| - [0, 300, 140, 40], |
| - [0, 200, 100, 100], |
| - [0, 100, 140, 40] |
| - ] |
| - } |
| - ] |
| -} |
| - |