Chromium Code Reviews| Index: LayoutTests/virtual/slimmingpaint/fast/repaint/canvas-resize-no-full-invalidation-expected.txt |
| diff --git a/LayoutTests/virtual/slimmingpaint/fast/repaint/canvas-resize-no-full-invalidation-expected.txt b/LayoutTests/virtual/slimmingpaint/fast/repaint/canvas-resize-no-full-invalidation-expected.txt |
| deleted file mode 100644 |
| index ffbaf24d1b1795aa8b33ab7960ed22f56398989f..0000000000000000000000000000000000000000 |
| --- a/LayoutTests/virtual/slimmingpaint/fast/repaint/canvas-resize-no-full-invalidation-expected.txt |
| +++ /dev/null |
| @@ -1,17 +0,0 @@ |
| -{ |
| - "bounds": [800, 600], |
| - "children": [ |
| - { |
| - "bounds": [800, 600], |
| - "contentsOpaque": true, |
| - "drawsContent": true, |
| - "repaintRects": [ |
| - [550, 50, 100, 500] |
| - ], |
| - "paintInvalidationClients": [ |
| - "LayoutHTMLCanvas (positioned) CANVAS id='canvas'" |
| - ] |
| - } |
| - ] |
| -} |
| - |