Index: third_party/WebKit/LayoutTests/platform/win/virtual/stable/paint/invalidation/svg/animated-path-inside-transformed-html-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/platform/win/virtual/stable/paint/invalidation/svg/animated-path-inside-transformed-html-expected.txt b/third_party/WebKit/LayoutTests/platform/win/virtual/stable/paint/invalidation/svg/animated-path-inside-transformed-html-expected.txt |
deleted file mode 100644 |
index 8dc60cbb4d62932d927c9ec28db581b2922cceea..0000000000000000000000000000000000000000 |
--- a/third_party/WebKit/LayoutTests/platform/win/virtual/stable/paint/invalidation/svg/animated-path-inside-transformed-html-expected.txt |
+++ /dev/null |
@@ -1,80 +0,0 @@ |
-{ |
- "layers": [ |
- { |
- "name": "LayoutView #document", |
- "bounds": [800, 600], |
- "contentsOpaque": true, |
- "drawsContent": true, |
- "backgroundColor": "#FFFFFF", |
- "paintInvalidations": [ |
- { |
- "object": "LayoutSVGInlineText #text", |
- "rect": [203, 334, 121, 44], |
- "reason": "forced by layout" |
- }, |
- { |
- "object": "LayoutSVGText text id='text'", |
- "rect": [203, 334, 121, 44], |
- "reason": "full" |
- }, |
- { |
- "object": "LayoutSVGInlineText #text", |
- "rect": [246, 104, 119, 28], |
- "reason": "forced by layout" |
- }, |
- { |
- "object": "LayoutSVGText text id='text'", |
- "rect": [246, 104, 119, 28], |
- "reason": "full" |
- }, |
- { |
- "object": "LayoutSVGRect rect id='rect'", |
- "rect": [354, 125, 105, 103], |
- "reason": "full" |
- }, |
- { |
- "object": "LayoutSVGRect rect id='rect'", |
- "rect": [110, 82, 103, 102], |
- "reason": "full" |
- }, |
- { |
- "object": "LayoutSVGImage image id='image'", |
- "rect": [352, 395, 98, 99], |
- "reason": "full" |
- }, |
- { |
- "object": "LayoutSVGImage image id='image'", |
- "rect": [90, 206, 98, 98], |
- "reason": "full" |
- } |
- ] |
- } |
- ], |
- "objectPaintInvalidations": [ |
- { |
- "object": "LayoutSVGRect rect id='rect'", |
- "reason": "full" |
- }, |
- { |
- "object": "LayoutSVGText text id='text'", |
- "reason": "full" |
- }, |
- { |
- "object": "RootInlineBox", |
- "reason": "full" |
- }, |
- { |
- "object": "LayoutSVGInlineText #text", |
- "reason": "forced by layout" |
- }, |
- { |
- "object": "InlineTextBox 'This is some text'", |
- "reason": "forced by layout" |
- }, |
- { |
- "object": "LayoutSVGImage image id='image'", |
- "reason": "full" |
- } |
- ] |
-} |
- |