Index: third_party/WebKit/LayoutTests/paint/invalidation/svg/inner-svg-change-viewPort-relative-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/paint/invalidation/svg/inner-svg-change-viewPort-relative-expected.txt b/third_party/WebKit/LayoutTests/paint/invalidation/svg/inner-svg-change-viewPort-relative-expected.txt |
new file mode 100644 |
index 0000000000000000000000000000000000000000..c74c1800340803c69510a9a2739908a54fbad33d |
--- /dev/null |
+++ b/third_party/WebKit/LayoutTests/paint/invalidation/svg/inner-svg-change-viewPort-relative-expected.txt |
@@ -0,0 +1,56 @@ |
+{ |
+ "layers": [ |
+ { |
+ "name": "LayoutView #document", |
+ "bounds": [800, 600], |
+ "contentsOpaque": true, |
+ "drawsContent": true, |
+ "paintInvalidations": [ |
+ { |
+ "object": "LayoutSVGViewportContainer svg id='inner'", |
+ "rect": [0, 0, 200, 200], |
+ "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" |
+ } |
+ ] |
+} |
+ |