Index: third_party/WebKit/LayoutTests/svg/custom/clip-path-child-changes-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/svg/custom/clip-path-child-changes-expected.txt b/third_party/WebKit/LayoutTests/svg/custom/clip-path-child-changes-expected.txt |
index fe199898f1ccb076ad87e4a44a90660f8ffa42fb..135fbd8c8a218fb038eeadfa50e0f20832272f98 100644 |
--- a/third_party/WebKit/LayoutTests/svg/custom/clip-path-child-changes-expected.txt |
+++ b/third_party/WebKit/LayoutTests/svg/custom/clip-path-child-changes-expected.txt |
@@ -1,7 +1,9 @@ |
{ |
+ "name": "Content Root Layer", |
"bounds": [800, 600], |
"children": [ |
{ |
+ "name": "LayoutView #document", |
"bounds": [800, 600], |
"contentsOpaque": true, |
"drawsContent": true, |
@@ -28,6 +30,20 @@ |
} |
] |
} |
+ ], |
+ "objectPaintInvalidations": [ |
+ { |
+ "object": "LayoutSVGRoot svg", |
+ "reason": "incremental" |
+ }, |
+ { |
+ "object": "LayoutSVGPath path", |
+ "reason": "full" |
+ }, |
+ { |
+ "object": "LayoutSVGContainer g", |
+ "reason": "full" |
+ } |
] |
} |