| Index: third_party/WebKit/LayoutTests/platform/linux/svg/custom/text-repaint-including-stroke-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/platform/linux/svg/custom/text-repaint-including-stroke-expected.txt b/third_party/WebKit/LayoutTests/platform/linux/svg/custom/text-repaint-including-stroke-expected.txt
|
| index 3e8d016f4d93656ab02f5dcc9f8bcb18327ce457..1733c9163c67e1737667e1d4c93f5ccc81d2ad60 100644
|
| --- a/third_party/WebKit/LayoutTests/platform/linux/svg/custom/text-repaint-including-stroke-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/platform/linux/svg/custom/text-repaint-including-stroke-expected.txt
|
| @@ -5,22 +5,57 @@
|
| "bounds": [800, 600],
|
| "contentsOpaque": true,
|
| "drawsContent": true,
|
| - "repaintRects": [
|
| - [80, 0, 550, 117],
|
| - [80, 0, 550, 117],
|
| - [80, 0, 550, 117],
|
| - [30, 0, 403, 59],
|
| - [30, 0, 403, 59],
|
| - [30, 0, 403, 59]
|
| - ],
|
| - "paintInvalidationClients": [
|
| - "RootInlineBox",
|
| - "InlineTextBox 'Repaint me!'",
|
| - "LayoutSVGRoot svg",
|
| - "LayoutSVGText text id='bounce'",
|
| - "RootInlineBox",
|
| - "LayoutSVGInlineText #text",
|
| - "InlineTextBox 'Repaint me!'"
|
| + "paintInvalidations": [
|
| + {
|
| + "object": "InlineTextBox 'Repaint me!'",
|
| + "rect": [0, 0, 0, 0],
|
| + "reason": "full"
|
| + },
|
| + {
|
| + "object": "InlineTextBox 'Repaint me!'",
|
| + "rect": [0, 0, 0, 0],
|
| + "reason": "location change"
|
| + },
|
| + {
|
| + "object": "LayoutSVGInlineText #text",
|
| + "rect": [30, 0, 403, 59],
|
| + "reason": "location change"
|
| + },
|
| + {
|
| + "object": "LayoutSVGInlineText #text",
|
| + "rect": [80, 0, 550, 117],
|
| + "reason": "location change"
|
| + },
|
| + {
|
| + "object": "LayoutSVGRoot svg",
|
| + "rect": [30, 0, 403, 59],
|
| + "reason": "bounds change"
|
| + },
|
| + {
|
| + "object": "LayoutSVGRoot svg",
|
| + "rect": [80, 0, 550, 117],
|
| + "reason": "bounds change"
|
| + },
|
| + {
|
| + "object": "LayoutSVGText text id='bounce'",
|
| + "rect": [30, 0, 403, 59],
|
| + "reason": "location change"
|
| + },
|
| + {
|
| + "object": "LayoutSVGText text id='bounce'",
|
| + "rect": [80, 0, 550, 117],
|
| + "reason": "location change"
|
| + },
|
| + {
|
| + "object": "RootInlineBox",
|
| + "rect": [0, 0, 0, 0],
|
| + "reason": "full"
|
| + },
|
| + {
|
| + "object": "RootInlineBox",
|
| + "rect": [0, 0, 0, 0],
|
| + "reason": "full"
|
| + }
|
| ]
|
| }
|
| ]
|
|
|