Index: third_party/WebKit/LayoutTests/svg/repaint/transform-changed-state-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/svg/repaint/transform-changed-state-expected.txt b/third_party/WebKit/LayoutTests/svg/repaint/transform-changed-state-expected.txt |
index 0391ec1febc7f4f77ad1c67251cc185d7aba267d..6faf65626dd916260b0e64da42fa499d0e894157 100644 |
--- a/third_party/WebKit/LayoutTests/svg/repaint/transform-changed-state-expected.txt |
+++ b/third_party/WebKit/LayoutTests/svg/repaint/transform-changed-state-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,20 @@ |
} |
] |
} |
+ ], |
+ "objectPaintInvalidations": [ |
+ { |
+ "object": "LayoutSVGRoot svg", |
+ "reason": "bounds change" |
+ }, |
+ { |
+ "object": "LayoutSVGContainer g", |
+ "reason": "bounds change" |
+ }, |
+ { |
+ "object": "LayoutSVGRect rect", |
+ "reason": "full" |
+ } |
] |
} |