| Index: third_party/WebKit/LayoutTests/svg/custom/js-update-pattern-child-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/svg/custom/js-update-pattern-child-expected.txt b/third_party/WebKit/LayoutTests/svg/custom/js-update-pattern-child-expected.txt
|
| index 4bc080983405bab205947791341e39c8e4f76275..b2a03636292f8c0915bcf460604a2f367d1d6d8f 100644
|
| --- a/third_party/WebKit/LayoutTests/svg/custom/js-update-pattern-child-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/svg/custom/js-update-pattern-child-expected.txt
|
| @@ -5,16 +5,27 @@
|
| "bounds": [800, 600],
|
| "contentsOpaque": true,
|
| "drawsContent": true,
|
| - "repaintRects": [
|
| - [10, 100, 430, 80],
|
| - [10, 10, 430, 80],
|
| - [10, 10, 10, 10],
|
| - [0, 10, 10, 10]
|
| - ],
|
| - "paintInvalidationClients": [
|
| - "LayoutSVGRect rect id='rect'",
|
| - "LayoutSVGRect rect",
|
| - "LayoutSVGRect rect"
|
| + "paintInvalidations": [
|
| + {
|
| + "object": "LayoutSVGRect rect",
|
| + "rect": [10, 10, 430, 80],
|
| + "reason": "SVG resource change"
|
| + },
|
| + {
|
| + "object": "LayoutSVGRect rect",
|
| + "rect": [10, 100, 430, 80],
|
| + "reason": "SVG resource change"
|
| + },
|
| + {
|
| + "object": "LayoutSVGRect rect id='rect'",
|
| + "rect": [10, 10, 10, 10],
|
| + "reason": "full"
|
| + },
|
| + {
|
| + "object": "LayoutSVGRect rect id='rect'",
|
| + "rect": [0, 10, 10, 10],
|
| + "reason": "full"
|
| + }
|
| ]
|
| }
|
| ]
|
|
|