Index: third_party/WebKit/LayoutTests/virtual/spinvalidation/paint/invalidation/svg/js-update-container-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/virtual/spinvalidation/paint/invalidation/svg/js-update-container-expected.txt b/third_party/WebKit/LayoutTests/virtual/spinvalidation/paint/invalidation/svg/js-update-container-expected.txt |
deleted file mode 100644 |
index 193f53f657d34274f84dde9059304d706a9c5010..0000000000000000000000000000000000000000 |
--- a/third_party/WebKit/LayoutTests/virtual/spinvalidation/paint/invalidation/svg/js-update-container-expected.txt |
+++ /dev/null |
@@ -1,38 +0,0 @@ |
-{ |
- "layers": [ |
- { |
- "name": "LayoutView #document", |
- "bounds": [800, 600], |
- "contentsOpaque": true, |
- "drawsContent": true, |
- "paintInvalidations": [ |
- { |
- "object": "LayoutSVGContainer g id='group'", |
- "rect": [0, 0, 76, 76], |
- "reason": "subtree" |
- }, |
- { |
- "object": "LayoutSVGRect rect", |
- "rect": [0, 0, 76, 76], |
- "reason": "subtree" |
- }, |
- { |
- "object": "LayoutSVGRect rect", |
- "rect": [-1, -1, 41, 41], |
- "reason": "subtree" |
- } |
- ] |
- } |
- ], |
- "objectPaintInvalidations": [ |
- { |
- "object": "LayoutSVGContainer g id='group'", |
- "reason": "subtree" |
- }, |
- { |
- "object": "LayoutSVGRect rect", |
- "reason": "subtree" |
- } |
- ] |
-} |
- |