Index: third_party/WebKit/LayoutTests/svg/custom/mask-invalidation-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/svg/custom/mask-invalidation-expected.txt b/third_party/WebKit/LayoutTests/svg/custom/mask-invalidation-expected.txt |
index fcb6e643443277dde2d96511a8322e578fd60b27..dc6fdff2430b034a63b7563149a4a4f34927ea97 100644 |
--- a/third_party/WebKit/LayoutTests/svg/custom/mask-invalidation-expected.txt |
+++ b/third_party/WebKit/LayoutTests/svg/custom/mask-invalidation-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,28 @@ |
} |
] |
} |
+ ], |
+ "objectPaintInvalidations": [ |
+ { |
+ "object": "LayoutSVGRect rect", |
+ "reason": "layoutObject removal" |
+ }, |
+ { |
+ "object": "LayoutSVGRoot svg", |
+ "reason": "bounds change" |
+ }, |
+ { |
+ "object": "LayoutSVGRect rect id='maskRect'", |
+ "reason": "full" |
+ }, |
+ { |
+ "object": "LayoutSVGContainer g id='root'", |
+ "reason": "bounds change" |
+ }, |
+ { |
+ "object": "LayoutSVGRect rect", |
+ "reason": "layoutObject insertion" |
+ } |
] |
} |