Chromium Code Reviews| Index: LayoutTests/compositing/layer-creation/scroll-blocks-on-script-expected.txt |
| diff --git a/LayoutTests/compositing/layer-creation/scroll-blocks-on-script-expected.txt b/LayoutTests/compositing/layer-creation/scroll-blocks-on-script-expected.txt |
| deleted file mode 100644 |
| index db1cd4bc41da59d3db1e33b0a20d48cc6a4d1ef4..0000000000000000000000000000000000000000 |
| --- a/LayoutTests/compositing/layer-creation/scroll-blocks-on-script-expected.txt |
| +++ /dev/null |
| @@ -1,26 +0,0 @@ |
| -Verify that setting scroll-blocks-on from script immediately creates the necessary layer. |
| - |
| -{ |
| - "bounds": [800, 600], |
| - "children": [ |
| - { |
| - "bounds": [800, 600], |
| - "scrollBlocksOn": [ |
| - "StartTouch", |
| - "WheelEvent" |
| - ], |
| - "contentsOpaque": true, |
| - "drawsContent": true, |
| - "children": [ |
| - { |
| - "position": [8, 8], |
| - "bounds": [20, 20], |
| - "scrollBlocksOn": [ |
| - "ScrollEvent" |
| - ] |
| - } |
| - ] |
| - } |
| - ] |
| -} |
| - |