Index: third_party/WebKit/LayoutTests/virtual/stable/paint/invalidation/svg/js-update-transform-changes-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/virtual/stable/paint/invalidation/svg/js-update-transform-changes-expected.txt b/third_party/WebKit/LayoutTests/virtual/stable/paint/invalidation/svg/js-update-transform-changes-expected.txt |
deleted file mode 100644 |
index bd5f3d499fc1356623f6076280e03f6d199cef16..0000000000000000000000000000000000000000 |
--- a/third_party/WebKit/LayoutTests/virtual/stable/paint/invalidation/svg/js-update-transform-changes-expected.txt |
+++ /dev/null |
@@ -1,24 +0,0 @@ |
-{ |
- "layers": [ |
- { |
- "name": "LayoutView #document", |
- "bounds": [800, 600], |
- "contentsOpaque": true, |
- "drawsContent": true, |
- "paintInvalidations": [ |
- { |
- "object": "LayoutSVGPath polygon id='polygon'", |
- "rect": [264, 218, 164, 107], |
- "reason": "subtree" |
- } |
- ] |
- } |
- ], |
- "objectPaintInvalidations": [ |
- { |
- "object": "LayoutSVGPath polygon id='polygon'", |
- "reason": "subtree" |
- } |
- ] |
-} |
- |