Chromium Code Reviews| Index: LayoutTests/virtual/softwarecompositing/layer-creation/should-invoke-deferred-compositing-expected.txt |
| diff --git a/LayoutTests/virtual/softwarecompositing/layer-creation/should-invoke-deferred-compositing-expected.txt b/LayoutTests/virtual/softwarecompositing/layer-creation/should-invoke-deferred-compositing-expected.txt |
| deleted file mode 100644 |
| index bf7e6018afddf7928b064920b48b1307d4280ce6..0000000000000000000000000000000000000000 |
| --- a/LayoutTests/virtual/softwarecompositing/layer-creation/should-invoke-deferred-compositing-expected.txt |
| +++ /dev/null |
| @@ -1,20 +0,0 @@ |
| -{ |
| - "bounds": [800, 600], |
| - "children": [ |
| - { |
| - "bounds": [800, 600], |
| - "contentsOpaque": true, |
| - "drawsContent": true, |
| - "children": [ |
| - { |
| - "bounds": [300, 300], |
| - "drawsContent": true, |
| - "repaintRects": [ |
| - [0, 0, 200, 200] |
| - ] |
| - } |
| - ] |
| - } |
| - ] |
| -} |
| - |