Index: third_party/WebKit/LayoutTests/virtual/spinvalidation/paint/invalidation/svg/stroke-opacity-update-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/virtual/spinvalidation/paint/invalidation/svg/stroke-opacity-update-expected.txt b/third_party/WebKit/LayoutTests/virtual/spinvalidation/paint/invalidation/svg/stroke-opacity-update-expected.txt |
deleted file mode 100644 |
index b441e7e19224edb9c5d466dd7ee172b03f8093ab..0000000000000000000000000000000000000000 |
--- a/third_party/WebKit/LayoutTests/virtual/spinvalidation/paint/invalidation/svg/stroke-opacity-update-expected.txt |
+++ /dev/null |
@@ -1,24 +0,0 @@ |
-{ |
- "layers": [ |
- { |
- "name": "LayoutView #document", |
- "bounds": [800, 600], |
- "contentsOpaque": true, |
- "drawsContent": true, |
- "paintInvalidations": [ |
- { |
- "object": "LayoutSVGEllipse circle", |
- "rect": [-1, -1, 204, 204], |
- "reason": "style change" |
- } |
- ] |
- } |
- ], |
- "objectPaintInvalidations": [ |
- { |
- "object": "LayoutSVGEllipse circle", |
- "reason": "style change" |
- } |
- ] |
-} |
- |