Index: third_party/WebKit/LayoutTests/virtual/spinvalidation/paint/invalidation/svg/js-late-marker-and-object-creation-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/virtual/spinvalidation/paint/invalidation/svg/js-late-marker-and-object-creation-expected.txt b/third_party/WebKit/LayoutTests/virtual/spinvalidation/paint/invalidation/svg/js-late-marker-and-object-creation-expected.txt |
deleted file mode 100644 |
index 1836b0e2b478e17c7daf464e2042e7153d43f49e..0000000000000000000000000000000000000000 |
--- a/third_party/WebKit/LayoutTests/virtual/spinvalidation/paint/invalidation/svg/js-late-marker-and-object-creation-expected.txt |
+++ /dev/null |
@@ -1,55 +0,0 @@ |
-{ |
- "layers": [ |
- { |
- "name": "LayoutView #document", |
- "bounds": [800, 600], |
- "contentsOpaque": true, |
- "drawsContent": true, |
- "paintInvalidations": [ |
- { |
- "object": "LayoutSVGPath path", |
- "rect": [202, 211, 112, 112], |
- "reason": "style change" |
- }, |
- { |
- "object": "LayoutSVGPath path", |
- "rect": [202, 211, 112, 112], |
- "reason": "layoutObject insertion" |
- }, |
- { |
- "object": "LayoutSVGContainer g id='content'", |
- "rect": [203, 211, 111, 111], |
- "reason": "became visible" |
- }, |
- { |
- "object": "LayoutSVGEllipse circle", |
- "rect": [0, 0, 4, 4], |
- "reason": "layoutObject insertion" |
- } |
- ] |
- } |
- ], |
- "objectPaintInvalidations": [ |
- { |
- "object": "LayoutSVGContainer g id='content'", |
- "reason": "became visible" |
- }, |
- { |
- "object": "LayoutSVGPath path", |
- "reason": "layoutObject insertion" |
- }, |
- { |
- "object": "LayoutSVGResourceMarker marker id='markerMiddle'", |
- "reason": "layoutObject insertion" |
- }, |
- { |
- "object": "LayoutSVGEllipse circle", |
- "reason": "layoutObject insertion" |
- }, |
- { |
- "object": "LayoutSVGPath path", |
- "reason": "style change" |
- } |
- ] |
-} |
- |