Index: third_party/WebKit/LayoutTests/virtual/spinvalidation/paint/invalidation/svg/js-update-bounce-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/virtual/spinvalidation/paint/invalidation/svg/js-update-bounce-expected.txt b/third_party/WebKit/LayoutTests/virtual/spinvalidation/paint/invalidation/svg/js-update-bounce-expected.txt |
deleted file mode 100644 |
index c588db4bd9731c1943cb2b36348c92e30bdf9cc6..0000000000000000000000000000000000000000 |
--- a/third_party/WebKit/LayoutTests/virtual/spinvalidation/paint/invalidation/svg/js-update-bounce-expected.txt |
+++ /dev/null |
@@ -1,29 +0,0 @@ |
-{ |
- "layers": [ |
- { |
- "name": "LayoutView #document", |
- "bounds": [800, 600], |
- "contentsOpaque": true, |
- "drawsContent": true, |
- "paintInvalidations": [ |
- { |
- "object": "LayoutSVGEllipse circle id='bounce'", |
- "rect": [102, 102, 66, 66], |
- "reason": "subtree" |
- }, |
- { |
- "object": "LayoutSVGEllipse circle id='bounce'", |
- "rect": [2, 2, 66, 66], |
- "reason": "subtree" |
- } |
- ] |
- } |
- ], |
- "objectPaintInvalidations": [ |
- { |
- "object": "LayoutSVGEllipse circle id='bounce'", |
- "reason": "subtree" |
- } |
- ] |
-} |
- |