Index: third_party/WebKit/LayoutTests/svg/repaint/remove-outline-property-on-root-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/svg/repaint/remove-outline-property-on-root-expected.txt b/third_party/WebKit/LayoutTests/svg/repaint/remove-outline-property-on-root-expected.txt |
index f7030eb24e21c1a526233e55816b6ba42374b1f5..b7d19c24a18506b70a225e258a539c3e0cef8c07 100644 |
--- a/third_party/WebKit/LayoutTests/svg/repaint/remove-outline-property-on-root-expected.txt |
+++ b/third_party/WebKit/LayoutTests/svg/repaint/remove-outline-property-on-root-expected.txt |
@@ -1,7 +1,9 @@ |
{ |
+ "name": "Content Root Layer", |
"bounds": [800, 600], |
"children": [ |
{ |
+ "name": "LayoutView #document", |
"bounds": [800, 600], |
"contentsOpaque": true, |
"drawsContent": true, |
@@ -15,17 +17,19 @@ |
"object": "LayoutSVGRoot svg", |
"rect": [-2, -2, 120, 120], |
"reason": "style change" |
- }, |
- { |
- "object": "InlineBox", |
- "reason": "full" |
- }, |
- { |
- "object": "RootInlineBox", |
- "reason": "full" |
} |
] |
} |
+ ], |
+ "objectPaintInvalidations": [ |
+ { |
+ "object": "LayoutBlockFlow BODY", |
+ "reason": "invalidate paint rectangle" |
+ }, |
+ { |
+ "object": "LayoutSVGRoot svg", |
+ "reason": "style change" |
+ } |
] |
} |