| Index: third_party/WebKit/LayoutTests/svg/repaint/text-pattern-update-2-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/svg/repaint/text-pattern-update-2-expected.txt b/third_party/WebKit/LayoutTests/svg/repaint/text-pattern-update-2-expected.txt
|
| index c9e38bb92d5492f8f421c1a3bb7f0543920bede9..ca2d504296e672a54e35a026272047e83536f3c3 100644
|
| --- a/third_party/WebKit/LayoutTests/svg/repaint/text-pattern-update-2-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/svg/repaint/text-pattern-update-2-expected.txt
|
| @@ -5,21 +5,62 @@
|
| "bounds": [800, 600],
|
| "contentsOpaque": true,
|
| "drawsContent": true,
|
| - "repaintRects": [
|
| - [8, 8, 300, 100]
|
| - ],
|
| - "paintInvalidationClients": [
|
| - "LayoutSVGResourcePattern pattern id='pat'",
|
| - "LayoutSVGText text",
|
| - "RootInlineBox",
|
| - "LayoutSVGInlineText #text",
|
| - "InlineTextBox 'X'",
|
| - "LayoutSVGTSpan tspan",
|
| - "InlineFlowBox",
|
| - "LayoutSVGInlineText #text",
|
| - "InlineTextBox 'Y'",
|
| - "LayoutSVGInlineText #text",
|
| - "InlineTextBox 'Z'"
|
| + "paintInvalidations": [
|
| + {
|
| + "object": "InlineFlowBox",
|
| + "rect": [0, 0, 0, 0],
|
| + "reason": "none"
|
| + },
|
| + {
|
| + "object": "InlineTextBox 'X'",
|
| + "rect": [0, 0, 0, 0],
|
| + "reason": "none"
|
| + },
|
| + {
|
| + "object": "InlineTextBox 'Y'",
|
| + "rect": [0, 0, 0, 0],
|
| + "reason": "none"
|
| + },
|
| + {
|
| + "object": "InlineTextBox 'Z'",
|
| + "rect": [0, 0, 0, 0],
|
| + "reason": "none"
|
| + },
|
| + {
|
| + "object": "LayoutSVGInlineText #text",
|
| + "rect": [0, 0, 0, 0],
|
| + "reason": "none"
|
| + },
|
| + {
|
| + "object": "LayoutSVGInlineText #text",
|
| + "rect": [0, 0, 0, 0],
|
| + "reason": "none"
|
| + },
|
| + {
|
| + "object": "LayoutSVGInlineText #text",
|
| + "rect": [0, 0, 0, 0],
|
| + "reason": "none"
|
| + },
|
| + {
|
| + "object": "LayoutSVGResourcePattern pattern id='pat'",
|
| + "rect": [0, 0, 0, 0],
|
| + "reason": "full"
|
| + },
|
| + {
|
| + "object": "LayoutSVGTSpan tspan",
|
| + "rect": [0, 0, 0, 0],
|
| + "reason": "none"
|
| + },
|
| + {
|
| + "object": "LayoutSVGText text",
|
| + "rect": [8, 8, 300, 100],
|
| + "reason": "SVG resource change"
|
| + },
|
| + {
|
| + "object": "RootInlineBox",
|
| + "rect": [0, 0, 0, 0],
|
| + "reason": "full"
|
| + }
|
| ]
|
| }
|
| ]
|
|
|