| Index: third_party/WebKit/LayoutTests/platform/mac/svg/text/tspan-dynamic-positioning-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/platform/mac/svg/text/tspan-dynamic-positioning-expected.txt b/third_party/WebKit/LayoutTests/platform/mac/svg/text/tspan-dynamic-positioning-expected.txt
|
| index 7e47ee364a2b8ca0cf74dd0bf15fe5cf091a5de4..c43542b31c788fb8f637151556626fdc10050f5a 100644
|
| --- a/third_party/WebKit/LayoutTests/platform/mac/svg/text/tspan-dynamic-positioning-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/platform/mac/svg/text/tspan-dynamic-positioning-expected.txt
|
| @@ -5,27 +5,77 @@
|
| "bounds": [800, 600],
|
| "contentsOpaque": true,
|
| "drawsContent": true,
|
| - "repaintRects": [
|
| - [200, 186, 256, 18],
|
| - [200, 186, 256, 18],
|
| - [200, 186, 256, 18],
|
| - [200, 186, 256, 18],
|
| - [20, 6, 256, 18],
|
| - [20, 6, 256, 18],
|
| - [20, 6, 256, 18],
|
| - [20, 6, 256, 18]
|
| - ],
|
| - "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, 18],
|
| + "reason": "bounds change"
|
| + },
|
| + {
|
| + "object": "LayoutSVGInlineText #text",
|
| + "rect": [200, 186, 256, 18],
|
| + "reason": "bounds change"
|
| + },
|
| + {
|
| + "object": "LayoutSVGRoot svg",
|
| + "rect": [20, 6, 256, 18],
|
| + "reason": "bounds change"
|
| + },
|
| + {
|
| + "object": "LayoutSVGRoot svg",
|
| + "rect": [200, 186, 256, 18],
|
| + "reason": "bounds change"
|
| + },
|
| + {
|
| + "object": "LayoutSVGTSpan tspan id='ts'",
|
| + "rect": [20, 6, 256, 18],
|
| + "reason": "full"
|
| + },
|
| + {
|
| + "object": "LayoutSVGTSpan tspan id='ts'",
|
| + "rect": [200, 186, 256, 18],
|
| + "reason": "full"
|
| + },
|
| + {
|
| + "object": "LayoutSVGText text",
|
| + "rect": [20, 6, 256, 18],
|
| + "reason": "forced by layout"
|
| + },
|
| + {
|
| + "object": "LayoutSVGText text",
|
| + "rect": [200, 186, 256, 18],
|
| + "reason": "forced by layout"
|
| + },
|
| + {
|
| + "object": "RootInlineBox",
|
| + "rect": [0, 0, 0, 0],
|
| + "reason": "full"
|
| + },
|
| + {
|
| + "object": "RootInlineBox",
|
| + "rect": [0, 0, 0, 0],
|
| + "reason": "full"
|
| + }
|
| ]
|
| }
|
| ]
|
|
|