| 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 902cdd399fa15d5016935bacfefd1f1998e67218..c28fabc8aff16a021981157b0042dcb6861f7d69 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
|
| @@ -1,7 +1,9 @@
|
| {
|
| + "name": "Content Root Layer",
|
| "bounds": [800, 600],
|
| "children": [
|
| {
|
| + "name": "LayoutView #document",
|
| "bounds": [800, 600],
|
| "contentsOpaque": true,
|
| "drawsContent": true,
|
| @@ -10,25 +12,31 @@
|
| "object": "LayoutSVGTSpan tspan",
|
| "rect": [8, 8, 300, 100],
|
| "reason": "SVG resource change"
|
| - },
|
| - {
|
| - "object": "InlineFlowBox",
|
| - "reason": "SVG resource change"
|
| - },
|
| - {
|
| - "object": "InlineTextBox 'Y'",
|
| - "reason": "none"
|
| - },
|
| - {
|
| - "object": "LayoutSVGInlineText #text",
|
| - "reason": "none"
|
| - },
|
| - {
|
| - "object": "LayoutSVGResourcePattern pattern id='pat'",
|
| - "reason": "full"
|
| }
|
| ]
|
| }
|
| + ],
|
| + "objectPaintInvalidations": [
|
| + {
|
| + "object": "LayoutSVGResourcePattern pattern id='pat'",
|
| + "reason": "full"
|
| + },
|
| + {
|
| + "object": "LayoutSVGTSpan tspan",
|
| + "reason": "SVG resource change"
|
| + },
|
| + {
|
| + "object": "InlineFlowBox",
|
| + "reason": "SVG resource change"
|
| + },
|
| + {
|
| + "object": "LayoutSVGInlineText #text",
|
| + "reason": "none"
|
| + },
|
| + {
|
| + "object": "InlineTextBox 'Y'",
|
| + "reason": "none"
|
| + }
|
| ]
|
| }
|
|
|
|
|