| Index: third_party/WebKit/LayoutTests/svg/repaint/tspan-pattern-update-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/svg/repaint/tspan-pattern-update-expected.txt b/third_party/WebKit/LayoutTests/svg/repaint/tspan-pattern-update-expected.txt
|
| index 376c012dcfa6d410c5097705f975031c9bea8dbe..cb42c59c9274cbe1f885f8058b92ad83181bc09e 100644
|
| --- a/third_party/WebKit/LayoutTests/svg/repaint/tspan-pattern-update-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/svg/repaint/tspan-pattern-update-expected.txt
|
| @@ -5,15 +5,32 @@
|
| "bounds": [800, 600],
|
| "contentsOpaque": true,
|
| "drawsContent": true,
|
| - "repaintRects": [
|
| - [8, 8, 300, 100]
|
| - ],
|
| - "paintInvalidationClients": [
|
| - "LayoutSVGResourcePattern pattern id='pat'",
|
| - "LayoutSVGTSpan tspan",
|
| - "InlineFlowBox",
|
| - "LayoutSVGInlineText #text",
|
| - "InlineTextBox 'Y'"
|
| + "paintInvalidations": [
|
| + {
|
| + "object": "InlineFlowBox",
|
| + "rect": [0, 0, 0, 0],
|
| + "reason": "SVG resource change"
|
| + },
|
| + {
|
| + "object": "InlineTextBox 'Y'",
|
| + "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": [8, 8, 300, 100],
|
| + "reason": "SVG resource change"
|
| + }
|
| ]
|
| }
|
| ]
|
|
|