Index: third_party/WebKit/LayoutTests/svg/repaint/shape-with-nested-outline-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/svg/repaint/shape-with-nested-outline-expected.txt b/third_party/WebKit/LayoutTests/svg/repaint/shape-with-nested-outline-expected.txt |
index d268993e84ae2f195267c6f34b49e9848c67e70c..860176d2b2dcbd8abf64f788e0d38b1c24414bd8 100644 |
--- a/third_party/WebKit/LayoutTests/svg/repaint/shape-with-nested-outline-expected.txt |
+++ b/third_party/WebKit/LayoutTests/svg/repaint/shape-with-nested-outline-expected.txt |
@@ -1,7 +1,9 @@ |
{ |
+ "name": "Content Root Layer", |
"bounds": [800, 600], |
"children": [ |
{ |
+ "name": "LayoutView #document", |
"bounds": [800, 600], |
"contentsOpaque": true, |
"drawsContent": true, |
@@ -18,6 +20,16 @@ |
} |
] |
} |
+ ], |
+ "objectPaintInvalidations": [ |
+ { |
+ "object": "LayoutSVGContainer g", |
+ "reason": "outline" |
+ }, |
+ { |
+ "object": "LayoutSVGRect rect id='r'", |
+ "reason": "style change" |
+ } |
] |
} |