| Index: third_party/WebKit/LayoutTests/platform/win/svg/custom/text-dom-removal-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/platform/win/svg/custom/text-dom-removal-expected.txt b/third_party/WebKit/LayoutTests/platform/win/svg/custom/text-dom-removal-expected.txt
|
| index 0b5bfb231d13ab2bd878ce6839025cd81b0f47f2..fd7324a6c4bc238f6e99869825da7908cf9ae690 100644
|
| --- a/third_party/WebKit/LayoutTests/platform/win/svg/custom/text-dom-removal-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/platform/win/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"
|
| + }
|
| ]
|
| }
|
|
|
|
|