Chromium Code Reviews| Index: LayoutTests/platform/android/virtual/slimmingpaint/fast/repaint/window-resize-background-image-fixed-centered-composited-expected.txt |
| diff --git a/LayoutTests/platform/android/virtual/slimmingpaint/fast/repaint/window-resize-background-image-fixed-centered-composited-expected.txt b/LayoutTests/platform/android/virtual/slimmingpaint/fast/repaint/window-resize-background-image-fixed-centered-composited-expected.txt |
| deleted file mode 100644 |
| index 034d2aa7565632a34dc3de40d3b00c536efa6a37..0000000000000000000000000000000000000000 |
| --- a/LayoutTests/platform/android/virtual/slimmingpaint/fast/repaint/window-resize-background-image-fixed-centered-composited-expected.txt |
| +++ /dev/null |
| @@ -1,49 +0,0 @@ |
| -{ |
| - "bounds": [200, 300], |
| - "children": [ |
| - { |
| - "bounds": [200, 300], |
| - "drawsContent": true, |
| - "repaintRects": [ |
| - [0, 200, 200, 100] |
| - ] |
| - } |
| - ] |
| -} |
| -{ |
| - "bounds": [300, 300], |
| - "children": [ |
| - { |
| - "bounds": [300, 300], |
| - "drawsContent": true, |
| - "repaintRects": [ |
| - [0, 0, 300, 300], |
| - [0, 0, 200, 300] |
| - ] |
| - } |
| - ] |
| -} |
| -{ |
| - "bounds": [300, 250], |
| - "children": [ |
| - { |
| - "bounds": [300, 250], |
| - "drawsContent": true, |
| - "repaintRects": [] |
| - } |
| - ] |
| -} |
| -{ |
| - "bounds": [250, 250], |
| - "children": [ |
| - { |
| - "bounds": [250, 250], |
| - "drawsContent": true, |
| - "repaintRects": [ |
| - [0, 0, 300, 250], |
| - [0, 0, 250, 250] |
| - ] |
| - } |
| - ] |
| -} |
| - |