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