| Index: third_party/WebKit/LayoutTests/platform/win/svg/text/tspan-dynamic-positioning-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/platform/win/svg/text/tspan-dynamic-positioning-expected.txt b/third_party/WebKit/LayoutTests/platform/win/svg/text/tspan-dynamic-positioning-expected.txt
|
| index c67fc783741044448273db90a366bd49f36070ca..dd43f0cd95769c336a3a4410b6ae81ff1e99ff84 100644
|
| --- a/third_party/WebKit/LayoutTests/platform/win/svg/text/tspan-dynamic-positioning-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/platform/win/svg/text/tspan-dynamic-positioning-expected.txt
|
| @@ -5,27 +5,77 @@
|
| "bounds": [800, 600],
|
| "contentsOpaque": true,
|
| "drawsContent": true,
|
| - "repaintRects": [
|
| - [200, 186, 256, 17],
|
| - [200, 186, 256, 17],
|
| - [200, 186, 256, 17],
|
| - [200, 186, 256, 17],
|
| - [20, 6, 256, 17],
|
| - [20, 6, 256, 17],
|
| - [20, 6, 256, 17],
|
| - [20, 6, 256, 17]
|
| - ],
|
| - "paintInvalidationClients": [
|
| - "RootInlineBox",
|
| - "InlineFlowBox",
|
| - "InlineTextBox 'This text should be at visible at 200,200'",
|
| - "LayoutSVGRoot svg",
|
| - "LayoutSVGText text",
|
| - "RootInlineBox",
|
| - "LayoutSVGTSpan tspan id='ts'",
|
| - "InlineFlowBox",
|
| - "LayoutSVGInlineText #text",
|
| - "InlineTextBox 'This text should be at visible at 200,200'"
|
| + "paintInvalidations": [
|
| + {
|
| + "object": "InlineFlowBox",
|
| + "rect": [0, 0, 0, 0],
|
| + "reason": "full"
|
| + },
|
| + {
|
| + "object": "InlineFlowBox",
|
| + "rect": [0, 0, 0, 0],
|
| + "reason": "full"
|
| + },
|
| + {
|
| + "object": "InlineTextBox 'This text should be at visible at 200,200'",
|
| + "rect": [0, 0, 0, 0],
|
| + "reason": "full"
|
| + },
|
| + {
|
| + "object": "InlineTextBox 'This text should be at visible at 200,200'",
|
| + "rect": [0, 0, 0, 0],
|
| + "reason": "bounds change"
|
| + },
|
| + {
|
| + "object": "LayoutSVGInlineText #text",
|
| + "rect": [20, 6, 256, 17],
|
| + "reason": "bounds change"
|
| + },
|
| + {
|
| + "object": "LayoutSVGInlineText #text",
|
| + "rect": [200, 186, 256, 17],
|
| + "reason": "bounds change"
|
| + },
|
| + {
|
| + "object": "LayoutSVGRoot svg",
|
| + "rect": [20, 6, 256, 17],
|
| + "reason": "bounds change"
|
| + },
|
| + {
|
| + "object": "LayoutSVGRoot svg",
|
| + "rect": [200, 186, 256, 17],
|
| + "reason": "bounds change"
|
| + },
|
| + {
|
| + "object": "LayoutSVGTSpan tspan id='ts'",
|
| + "rect": [20, 6, 256, 17],
|
| + "reason": "full"
|
| + },
|
| + {
|
| + "object": "LayoutSVGTSpan tspan id='ts'",
|
| + "rect": [200, 186, 256, 17],
|
| + "reason": "full"
|
| + },
|
| + {
|
| + "object": "LayoutSVGText text",
|
| + "rect": [20, 6, 256, 17],
|
| + "reason": "forced by layout"
|
| + },
|
| + {
|
| + "object": "LayoutSVGText text",
|
| + "rect": [200, 186, 256, 17],
|
| + "reason": "forced by layout"
|
| + },
|
| + {
|
| + "object": "RootInlineBox",
|
| + "rect": [0, 0, 0, 0],
|
| + "reason": "full"
|
| + },
|
| + {
|
| + "object": "RootInlineBox",
|
| + "rect": [0, 0, 0, 0],
|
| + "reason": "full"
|
| + }
|
| ]
|
| }
|
| ]
|
|
|