Index: third_party/WebKit/LayoutTests/svg/custom/repaint-on-constant-size-change-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/svg/custom/repaint-on-constant-size-change-expected.txt b/third_party/WebKit/LayoutTests/svg/custom/repaint-on-constant-size-change-expected.txt |
index e9f7954d0772be3495a9a909d088179174165ac4..7b71cd549711a44a5e93ca5d4a461eca52d6e87a 100644 |
--- a/third_party/WebKit/LayoutTests/svg/custom/repaint-on-constant-size-change-expected.txt |
+++ b/third_party/WebKit/LayoutTests/svg/custom/repaint-on-constant-size-change-expected.txt |
@@ -1,10 +1,25 @@ |
{ |
+ "name": "Content Root Layer", |
"bounds": [800, 600], |
"children": [ |
{ |
+ "name": "LayoutView #document", |
"bounds": [800, 600], |
"contentsOpaque": true, |
- "drawsContent": true |
+ "drawsContent": true, |
+ "paintInvalidations": [ |
+ { |
+ "object": "LayoutSVGImage image", |
+ "rect": [0, 0, 200, 100], |
+ "reason": "full" |
+ } |
+ ] |
+ } |
+ ], |
+ "objectPaintInvalidations": [ |
+ { |
+ "object": "LayoutSVGImage image", |
+ "reason": "full" |
} |
] |
} |