Chromium Code Reviews| Index: LayoutTests/virtual/softwarecompositing/squashing/repaint-squashed-layer-in-rect-expected.txt |
| diff --git a/LayoutTests/virtual/softwarecompositing/squashing/repaint-squashed-layer-in-rect-expected.txt b/LayoutTests/virtual/softwarecompositing/squashing/repaint-squashed-layer-in-rect-expected.txt |
| deleted file mode 100644 |
| index 7ffa4bd1b1c4b2f9b2affe51f7b1c8b7ae25c3eb..0000000000000000000000000000000000000000 |
| --- a/LayoutTests/virtual/softwarecompositing/squashing/repaint-squashed-layer-in-rect-expected.txt |
| +++ /dev/null |
| @@ -1,33 +0,0 @@ |
| -{ |
| - "bounds": [808, 816], |
| - "children": [ |
| - { |
| - "bounds": [808, 816], |
| - "contentsOpaque": true, |
| - "drawsContent": true, |
| - "children": [ |
| - { |
| - "children": [ |
| - { |
| - "position": [8, 8], |
| - "bounds": [800, 800], |
| - "contentsOpaque": true, |
| - "drawsContent": true, |
| - "backgroundColor": "#D3D3D3" |
| - }, |
| - { |
| - "position": [8, 0], |
| - "bounds": [592, 600], |
| - "drawsContent": true, |
| - "repaintRects": [ |
| - [392, 400, 200, 200], |
| - [392, 400, 200, 200] |
| - ] |
| - } |
| - ] |
| - } |
| - ] |
| - } |
| - ] |
| -} |
| - |