Index: third_party/WebKit/LayoutTests/svg/repaint/container-repaint-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/svg/repaint/container-repaint-expected.txt b/third_party/WebKit/LayoutTests/svg/repaint/container-repaint-expected.txt |
index 7ee47ecea627de63b812d0656537283aba55b986..f2467848db4d4221d7e95091a057c0dc6bdb9646 100644 |
--- a/third_party/WebKit/LayoutTests/svg/repaint/container-repaint-expected.txt |
+++ b/third_party/WebKit/LayoutTests/svg/repaint/container-repaint-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,16 @@ |
} |
] |
} |
+ ], |
+ "objectPaintInvalidations": [ |
+ { |
+ "object": "LayoutSVGViewportContainer svg id='mover'", |
+ "reason": "full" |
+ }, |
+ { |
+ "object": "LayoutSVGRect rect", |
+ "reason": "bounds change" |
+ } |
] |
} |