Index: third_party/WebKit/LayoutTests/virtual/spinvalidation/paint/invalidation/svg/js-update-polygon-removal-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/virtual/spinvalidation/paint/invalidation/svg/js-update-polygon-removal-expected.txt b/third_party/WebKit/LayoutTests/virtual/spinvalidation/paint/invalidation/svg/js-update-polygon-removal-expected.txt |
deleted file mode 100644 |
index 6e85540485c853ee469c12184ee6680b99f3fbc2..0000000000000000000000000000000000000000 |
--- a/third_party/WebKit/LayoutTests/virtual/spinvalidation/paint/invalidation/svg/js-update-polygon-removal-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, 258, 164, 67], |
- "reason": "full" |
- }, |
- { |
- "object": "LayoutSVGPath polygon id='polygon'", |
- "rect": [264, 219, 163, 106], |
- "reason": "full" |
- } |
- ] |
- } |
- ], |
- "objectPaintInvalidations": [ |
- { |
- "object": "LayoutSVGPath polygon id='polygon'", |
- "reason": "full" |
- } |
- ] |
-} |
- |