Chromium Code Reviews| Index: LayoutTests/virtual/softwarecompositing/layer-creation/scroll-partial-update-expected.txt |
| diff --git a/LayoutTests/virtual/softwarecompositing/layer-creation/scroll-partial-update-expected.txt b/LayoutTests/virtual/softwarecompositing/layer-creation/scroll-partial-update-expected.txt |
| deleted file mode 100644 |
| index 99091927cd353b9ef6972870f14b8986de1894e2..0000000000000000000000000000000000000000 |
| --- a/LayoutTests/virtual/softwarecompositing/layer-creation/scroll-partial-update-expected.txt |
| +++ /dev/null |
| @@ -1,27 +0,0 @@ |
| -scroll me |
| -{ |
| - "bounds": [800, 600], |
| - "children": [ |
| - { |
| - "bounds": [800, 600], |
| - "contentsOpaque": true, |
| - "drawsContent": true, |
| - "children": [ |
| - { |
| - "children": [ |
| - { |
| - "position": [8, 8], |
| - "bounds": [20, 20] |
| - }, |
| - { |
| - "position": [10, 8], |
| - "bounds": [400, 204], |
| - "drawsContent": true |
| - } |
| - ] |
| - } |
| - ] |
| - } |
| - ] |
| -} |
| - |