Index: third_party/WebKit/LayoutTests/svg/custom/js-update-style-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/svg/custom/js-update-style-expected.txt b/third_party/WebKit/LayoutTests/svg/custom/js-update-style-expected.txt |
index 48f91c16ae008b1f44464f170baad3d68ed87024..7523d99a96c9b849517fc4bcf492f9b11b834756 100644 |
--- a/third_party/WebKit/LayoutTests/svg/custom/js-update-style-expected.txt |
+++ b/third_party/WebKit/LayoutTests/svg/custom/js-update-style-expected.txt |
@@ -1,7 +1,9 @@ |
{ |
+ "name": "Content Root Layer", |
"bounds": [800, 600], |
"children": [ |
{ |
+ "name": "LayoutView #document", |
"bounds": [800, 600], |
"contentsOpaque": true, |
"drawsContent": true, |
@@ -38,6 +40,32 @@ |
} |
] |
} |
+ ], |
+ "objectPaintInvalidations": [ |
+ { |
+ "object": "LayoutSVGRoot svg", |
+ "reason": "bounds change" |
+ }, |
+ { |
+ "object": "LayoutSVGContainer g", |
+ "reason": "style change" |
+ }, |
+ { |
+ "object": "LayoutSVGRect rect", |
+ "reason": "style change" |
+ }, |
+ { |
+ "object": "LayoutSVGRect rect", |
+ "reason": "style change" |
+ }, |
+ { |
+ "object": "LayoutSVGRect rect", |
+ "reason": "style change" |
+ }, |
+ { |
+ "object": "LayoutSVGRect rect", |
+ "reason": "style change" |
+ } |
] |
} |