Index: third_party/WebKit/LayoutTests/svg/custom/js-update-pattern-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/svg/custom/js-update-pattern-expected.txt b/third_party/WebKit/LayoutTests/svg/custom/js-update-pattern-expected.txt |
index 8696b37bdfff9cafbb55f77a2b49029ea578348a..9c896634a19f7576b41224c678c53255eff86e7c 100644 |
--- a/third_party/WebKit/LayoutTests/svg/custom/js-update-pattern-expected.txt |
+++ b/third_party/WebKit/LayoutTests/svg/custom/js-update-pattern-expected.txt |
@@ -1,7 +1,9 @@ |
{ |
+ "name": "Content Root Layer", |
"bounds": [800, 600], |
"children": [ |
{ |
+ "name": "LayoutView #document", |
"bounds": [800, 600], |
"contentsOpaque": true, |
"drawsContent": true, |
@@ -25,13 +27,27 @@ |
"object": "LayoutSVGRect rect id='rect'", |
"rect": [0, 10, 10, 10], |
"reason": "full" |
- }, |
- { |
- "object": "LayoutSVGResourcePattern pattern id='Pattern'", |
- "reason": "full" |
} |
] |
} |
+ ], |
+ "objectPaintInvalidations": [ |
+ { |
+ "object": "LayoutSVGResourcePattern pattern id='Pattern'", |
+ "reason": "full" |
+ }, |
+ { |
+ "object": "LayoutSVGRect rect id='rect'", |
+ "reason": "full" |
+ }, |
+ { |
+ "object": "LayoutSVGRect rect", |
+ "reason": "SVG resource change" |
+ }, |
+ { |
+ "object": "LayoutSVGRect rect", |
+ "reason": "SVG resource change" |
+ } |
] |
} |