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