Index: third_party/WebKit/LayoutTests/platform/linux/svg/custom/text-dom-removal-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/platform/linux/svg/custom/text-dom-removal-expected.txt b/third_party/WebKit/LayoutTests/platform/linux/svg/custom/text-dom-removal-expected.txt |
index 98c6f85aeb726551c6d6bbdb1f9a695349fa757a..b18b40ea5e45f8532dd411e3e90292c670b853f6 100644 |
--- a/third_party/WebKit/LayoutTests/platform/linux/svg/custom/text-dom-removal-expected.txt |
+++ b/third_party/WebKit/LayoutTests/platform/linux/svg/custom/text-dom-removal-expected.txt |
@@ -1,7 +1,9 @@ |
{ |
+ "name": "Content Root Layer", |
"bounds": [800, 600], |
"children": [ |
{ |
+ "name": "LayoutView #document", |
"bounds": [800, 600], |
"contentsOpaque": true, |
"drawsContent": true, |
@@ -25,17 +27,27 @@ |
"object": "LayoutSVGRect rect", |
"rect": [0, 0, 20, 20], |
"reason": "layoutObject removal" |
- }, |
- { |
- "object": "InlineTextBox ''", |
- "reason": "full" |
- }, |
- { |
- "object": "RootInlineBox", |
- "reason": "full" |
} |
] |
} |
+ ], |
+ "objectPaintInvalidations": [ |
+ { |
+ "object": "LayoutSVGRect rect", |
+ "reason": "layoutObject removal" |
+ }, |
+ { |
+ "object": "LayoutSVGInlineText #text", |
+ "reason": "layoutObject removal" |
+ }, |
+ { |
+ "object": "LayoutSVGText text", |
+ "reason": "layoutObject removal" |
+ }, |
+ { |
+ "object": "LayoutSVGContainer g id='objectsToRemove'", |
+ "reason": "became invisible" |
+ } |
] |
} |