Chromium Code Reviews| Index: LayoutTests/virtual/softwarecompositing/squashing/repaint-overflow-scrolled-squashed-content-expected.txt |
| diff --git a/LayoutTests/virtual/softwarecompositing/squashing/repaint-overflow-scrolled-squashed-content-expected.txt b/LayoutTests/virtual/softwarecompositing/squashing/repaint-overflow-scrolled-squashed-content-expected.txt |
| deleted file mode 100644 |
| index 5f7a72a41ee80e75bf57b1f56e8481494bba2bce..0000000000000000000000000000000000000000 |
| --- a/LayoutTests/virtual/softwarecompositing/squashing/repaint-overflow-scrolled-squashed-content-expected.txt |
| +++ /dev/null |
| @@ -1,32 +0,0 @@ |
| -{ |
| - "bounds": [800, 600], |
| - "children": [ |
| - { |
| - "bounds": [800, 600], |
| - "contentsOpaque": true, |
| - "drawsContent": true, |
| - "children": [ |
| - { |
| - "position": [8, 8], |
| - "bounds": [185, 185], |
| - "children": [ |
| - { |
| - "bounds": [150, 1000], |
| - "contentsOpaque": true, |
| - "drawsContent": true, |
| - "backgroundColor": "#ADD8E6" |
| - }, |
| - { |
| - "bounds": [100, 1000], |
| - "drawsContent": true, |
| - "repaintRects": [ |
| - [0, 0, 100, 1000] |
| - ] |
| - } |
| - ] |
| - } |
| - ] |
| - } |
| - ] |
| -} |
| - |