Index: third_party/WebKit/LayoutTests/svg/custom/js-late-mask-and-object-creation-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/svg/custom/js-late-mask-and-object-creation-expected.txt b/third_party/WebKit/LayoutTests/svg/custom/js-late-mask-and-object-creation-expected.txt |
index 9d3c9060a20aa8eb3ff11f95c19a895fb4d3a4bd..a45722e054d963ffdb59368effbf076391d7822b 100644 |
--- a/third_party/WebKit/LayoutTests/svg/custom/js-late-mask-and-object-creation-expected.txt |
+++ b/third_party/WebKit/LayoutTests/svg/custom/js-late-mask-and-object-creation-expected.txt |
@@ -1,7 +1,9 @@ |
{ |
+ "name": "Content Root Layer", |
"bounds": [800, 600], |
"children": [ |
{ |
+ "name": "LayoutView #document", |
"bounds": [800, 600], |
"contentsOpaque": true, |
"drawsContent": true, |
@@ -30,13 +32,35 @@ |
"object": "LayoutSVGRoot svg id='svg-root'", |
"rect": [0, 100, 800, 100], |
"reason": "bounds change" |
- }, |
- { |
- "object": "LayoutSVGResourceMasker mask id='dynMask'", |
- "reason": "layoutObject insertion" |
} |
] |
} |
+ ], |
+ "objectPaintInvalidations": [ |
+ { |
+ "object": "LayoutSVGRoot svg id='svg-root'", |
+ "reason": "bounds change" |
+ }, |
+ { |
+ "object": "LayoutSVGContainer g id='content'", |
+ "reason": "bounds change" |
+ }, |
+ { |
+ "object": "LayoutSVGRect rect", |
+ "reason": "layoutObject insertion" |
+ }, |
+ { |
+ "object": "LayoutSVGRect rect", |
+ "reason": "style change" |
+ }, |
+ { |
+ "object": "LayoutSVGResourceMasker mask id='dynMask'", |
+ "reason": "layoutObject insertion" |
+ }, |
+ { |
+ "object": "LayoutSVGRect rect", |
+ "reason": "layoutObject insertion" |
+ } |
] |
} |