| 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 e6dadd374e636076409360a35acc1973f3fef13b..bf08059e89e77dc8cccfbb7a9ee8148fd9b3b6b2 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
|
| @@ -5,19 +5,37 @@
|
| "bounds": [800, 600],
|
| "contentsOpaque": true,
|
| "drawsContent": true,
|
| - "repaintRects": [
|
| - [50, 110, 151, 19],
|
| - [50, 110, 151, 19],
|
| - [0, 0, 201, 129],
|
| - [0, 0, 20, 20]
|
| - ],
|
| - "paintInvalidationClients": [
|
| - "LayoutSVGRect rect",
|
| - "InlineTextBox ''",
|
| - "LayoutSVGInlineText #text",
|
| - "RootInlineBox",
|
| - "LayoutSVGText text",
|
| - "LayoutSVGContainer g id='objectsToRemove'"
|
| + "paintInvalidations": [
|
| + {
|
| + "object": "InlineTextBox ''",
|
| + "rect": [0, 0, 0, 0],
|
| + "reason": "full"
|
| + },
|
| + {
|
| + "object": "LayoutSVGContainer g id='objectsToRemove'",
|
| + "rect": [0, 0, 201, 129],
|
| + "reason": "became invisible"
|
| + },
|
| + {
|
| + "object": "LayoutSVGInlineText #text",
|
| + "rect": [50, 110, 151, 19],
|
| + "reason": "layoutObject removal"
|
| + },
|
| + {
|
| + "object": "LayoutSVGRect rect",
|
| + "rect": [0, 0, 20, 20],
|
| + "reason": "layoutObject removal"
|
| + },
|
| + {
|
| + "object": "LayoutSVGText text",
|
| + "rect": [50, 110, 151, 19],
|
| + "reason": "layoutObject removal"
|
| + },
|
| + {
|
| + "object": "RootInlineBox",
|
| + "rect": [0, 0, 0, 0],
|
| + "reason": "full"
|
| + }
|
| ]
|
| }
|
| ]
|
|
|