Chromium Code Reviews| Index: LayoutTests/virtual/softwarecompositing/layer-creation/overlap-child-layer-expected.txt |
| diff --git a/LayoutTests/virtual/softwarecompositing/layer-creation/overlap-child-layer-expected.txt b/LayoutTests/virtual/softwarecompositing/layer-creation/overlap-child-layer-expected.txt |
| deleted file mode 100644 |
| index 6ebbd9c6102ff46e3e7c75937da9d5d696b1654a..0000000000000000000000000000000000000000 |
| --- a/LayoutTests/virtual/softwarecompositing/layer-creation/overlap-child-layer-expected.txt |
| +++ /dev/null |
| @@ -1,27 +0,0 @@ |
| -{ |
| - "bounds": [800, 600], |
| - "children": [ |
| - { |
| - "bounds": [800, 600], |
| - "contentsOpaque": true, |
| - "drawsContent": true, |
| - "children": [ |
| - { |
| - "children": [ |
| - { |
| - "transformOrigin": [400, 0], |
| - "bounds": [256, 256], |
| - "contentsOpaque": true, |
| - "drawsContent": true |
| - }, |
| - { |
| - "bounds": [300, 300], |
| - "drawsContent": true |
| - } |
| - ] |
| - } |
| - ] |
| - } |
| - ] |
| -} |
| - |