Index: third_party/WebKit/LayoutTests/virtual/spinvalidation/paint/invalidation/svg/js-update-polygon-changes-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/virtual/spinvalidation/paint/invalidation/svg/js-update-polygon-changes-expected.txt b/third_party/WebKit/LayoutTests/virtual/spinvalidation/paint/invalidation/svg/js-update-polygon-changes-expected.txt |
deleted file mode 100644 |
index f19c1828dd7bfe32b15e49413d0cd95dbb190fd2..0000000000000000000000000000000000000000 |
--- a/third_party/WebKit/LayoutTests/virtual/spinvalidation/paint/invalidation/svg/js-update-polygon-changes-expected.txt |
+++ /dev/null |
@@ -1,29 +0,0 @@ |
-{ |
- "layers": [ |
- { |
- "name": "LayoutView #document", |
- "bounds": [800, 600], |
- "contentsOpaque": true, |
- "drawsContent": true, |
- "paintInvalidations": [ |
- { |
- "object": "LayoutSVGPath polygon id='polygon'", |
- "rect": [264, 219, 163, 106], |
- "reason": "full" |
- }, |
- { |
- "object": "LayoutSVGPath polygon id='polygon'", |
- "rect": [264, 209, 163, 106], |
- "reason": "full" |
- } |
- ] |
- } |
- ], |
- "objectPaintInvalidations": [ |
- { |
- "object": "LayoutSVGPath polygon id='polygon'", |
- "reason": "full" |
- } |
- ] |
-} |
- |