Index: third_party/WebKit/LayoutTests/fast/repaint/canvas-putImageData-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/fast/repaint/canvas-putImageData-expected.txt b/third_party/WebKit/LayoutTests/fast/repaint/canvas-putImageData-expected.txt |
deleted file mode 100644 |
index c2df2df34e426f17926ac7d2936e8188064bba21..0000000000000000000000000000000000000000 |
--- a/third_party/WebKit/LayoutTests/fast/repaint/canvas-putImageData-expected.txt |
+++ /dev/null |
@@ -1,26 +0,0 @@ |
-{ |
- "name": "Content Root Layer", |
- "bounds": [800, 600], |
- "children": [ |
- { |
- "name": "LayoutView #document", |
- "bounds": [800, 600], |
- "contentsOpaque": true, |
- "drawsContent": true, |
- "paintInvalidations": [ |
- { |
- "object": "LayoutHTMLCanvas CANVAS id='canvas'", |
- "rect": [8, 8, 90, 90], |
- "reason": "invalidate paint rectangle" |
- } |
- ] |
- } |
- ], |
- "objectPaintInvalidations": [ |
- { |
- "object": "LayoutHTMLCanvas CANVAS id='canvas'", |
- "reason": "invalidate paint rectangle" |
- } |
- ] |
-} |
- |