| Index: third_party/WebKit/LayoutTests/platform/win/svg/custom/text-repaint-including-stroke-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/platform/win/svg/custom/text-repaint-including-stroke-expected.txt b/third_party/WebKit/LayoutTests/platform/win/svg/custom/text-repaint-including-stroke-expected.txt
|
| index 8adad29000e12639e036215a557607867a0730a5..231b84adf58875a5d02e13998f12b4c7b99ba3ce 100644
|
| --- a/third_party/WebKit/LayoutTests/platform/win/svg/custom/text-repaint-including-stroke-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/platform/win/svg/custom/text-repaint-including-stroke-expected.txt
|
| @@ -5,22 +5,57 @@
|
| "bounds": [800, 600],
|
| "contentsOpaque": true,
|
| "drawsContent": true,
|
| - "repaintRects": [
|
| - [80, 0, 551, 114],
|
| - [80, 0, 551, 114],
|
| - [80, 0, 551, 114],
|
| - [30, 0, 404, 58],
|
| - [30, 0, 404, 58],
|
| - [30, 0, 404, 58]
|
| - ],
|
| - "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, 404, 58],
|
| + "reason": "location change"
|
| + },
|
| + {
|
| + "object": "LayoutSVGInlineText #text",
|
| + "rect": [80, 0, 551, 114],
|
| + "reason": "location change"
|
| + },
|
| + {
|
| + "object": "LayoutSVGRoot svg",
|
| + "rect": [30, 0, 404, 58],
|
| + "reason": "bounds change"
|
| + },
|
| + {
|
| + "object": "LayoutSVGRoot svg",
|
| + "rect": [80, 0, 551, 114],
|
| + "reason": "bounds change"
|
| + },
|
| + {
|
| + "object": "LayoutSVGText text id='bounce'",
|
| + "rect": [30, 0, 404, 58],
|
| + "reason": "location change"
|
| + },
|
| + {
|
| + "object": "LayoutSVGText text id='bounce'",
|
| + "rect": [80, 0, 551, 114],
|
| + "reason": "location change"
|
| + },
|
| + {
|
| + "object": "RootInlineBox",
|
| + "rect": [0, 0, 0, 0],
|
| + "reason": "full"
|
| + },
|
| + {
|
| + "object": "RootInlineBox",
|
| + "rect": [0, 0, 0, 0],
|
| + "reason": "full"
|
| + }
|
| ]
|
| }
|
| ]
|
|
|