Index: third_party/WebKit/LayoutTests/svg/repaint/mask-clip-target-transform-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/svg/repaint/mask-clip-target-transform-expected.txt b/third_party/WebKit/LayoutTests/svg/repaint/mask-clip-target-transform-expected.txt |
index 4e9a471be3919422d8e2045422d667a826cb4a39..c716b9429e50261233f30c7a15cd1f66e4a1ee60 100644 |
--- a/third_party/WebKit/LayoutTests/svg/repaint/mask-clip-target-transform-expected.txt |
+++ b/third_party/WebKit/LayoutTests/svg/repaint/mask-clip-target-transform-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,24 @@ |
} |
] |
} |
+ ], |
+ "objectPaintInvalidations": [ |
+ { |
+ "object": "LayoutSVGContainer g", |
+ "reason": "full" |
+ }, |
+ { |
+ "object": "LayoutSVGRect rect id='masker'", |
+ "reason": "full" |
+ }, |
+ { |
+ "object": "LayoutSVGContainer g", |
+ "reason": "bounds change" |
+ }, |
+ { |
+ "object": "LayoutSVGRect rect id='clipper'", |
+ "reason": "full" |
+ } |
] |
} |