Index: third_party/WebKit/LayoutTests/platform/win/paint/invalidation/svg/inner-svg-change-viewPort-relative-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/platform/win/paint/invalidation/svg/inner-svg-change-viewPort-relative-expected.txt b/third_party/WebKit/LayoutTests/platform/win/paint/invalidation/svg/inner-svg-change-viewPort-relative-expected.txt |
deleted file mode 100644 |
index 782bcb58ee9150970a82bf835529030aec1f7781..0000000000000000000000000000000000000000 |
--- a/third_party/WebKit/LayoutTests/platform/win/paint/invalidation/svg/inner-svg-change-viewPort-relative-expected.txt |
+++ /dev/null |
@@ -1,111 +0,0 @@ |
-{ |
- "layers": [ |
- { |
- "name": "LayoutView #document", |
- "bounds": [800, 600], |
- "contentsOpaque": true, |
- "drawsContent": true, |
- "paintInvalidations": [ |
- { |
- "object": "LayoutSVGRect rect", |
- "rect": [0, 0, 200, 200], |
- "reason": "full" |
- }, |
- { |
- "object": "LayoutSVGViewportContainer svg id='inner'", |
- "rect": [0, 0, 200, 200], |
- "reason": "full" |
- }, |
- { |
- "object": "LayoutSVGInlineText #text", |
- "rect": [89, 86, 111, 17], |
- "reason": "forced by layout" |
- }, |
- { |
- "object": "LayoutSVGText text", |
- "rect": [89, 86, 111, 17], |
- "reason": "full" |
- }, |
- { |
- "object": "LayoutSVGInlineText #text", |
- "rect": [0, 86, 100, 17], |
- "reason": "forced by layout" |
- }, |
- { |
- "object": "LayoutSVGText text", |
- "rect": [0, 86, 100, 17], |
- "reason": "full" |
- }, |
- { |
- "object": "LayoutSVGContainer use", |
- "rect": [180, 120, 20, 20], |
- "reason": "full" |
- }, |
- { |
- "object": "LayoutSVGPath polygon id='triangle'", |
- "rect": [180, 120, 20, 20], |
- "reason": "bounds change" |
- }, |
- { |
- "object": "LayoutSVGRect rect", |
- "rect": [180, 60, 20, 20], |
- "reason": "full" |
- }, |
- { |
- "object": "LayoutSVGContainer use", |
- "rect": [80, 120, 20, 20], |
- "reason": "full" |
- }, |
- { |
- "object": "LayoutSVGPath polygon id='triangle'", |
- "rect": [80, 120, 20, 20], |
- "reason": "bounds change" |
- }, |
- { |
- "object": "LayoutSVGRect rect", |
- "rect": [80, 60, 20, 20], |
- "reason": "full" |
- } |
- ] |
- } |
- ], |
- "objectPaintInvalidations": [ |
- { |
- "object": "LayoutSVGViewportContainer svg id='inner'", |
- "reason": "full" |
- }, |
- { |
- "object": "LayoutSVGRect rect", |
- "reason": "full" |
- }, |
- { |
- "object": "LayoutSVGRect rect", |
- "reason": "full" |
- }, |
- { |
- "object": "LayoutSVGText text", |
- "reason": "full" |
- }, |
- { |
- "object": "RootInlineBox", |
- "reason": "full" |
- }, |
- { |
- "object": "LayoutSVGInlineText #text", |
- "reason": "forced by layout" |
- }, |
- { |
- "object": "InlineTextBox 'right-aligned text'", |
- "reason": "forced by layout" |
- }, |
- { |
- "object": "LayoutSVGContainer use", |
- "reason": "full" |
- }, |
- { |
- "object": "LayoutSVGPath polygon id='triangle'", |
- "reason": "bounds change" |
- } |
- ] |
-} |
- |