| Index: third_party/WebKit/LayoutTests/svg/custom/js-update-stop-linked-gradient-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/svg/custom/js-update-stop-linked-gradient-expected.txt b/third_party/WebKit/LayoutTests/svg/custom/js-update-stop-linked-gradient-expected.txt
|
| index 4cf589c97b73e0f39a3ecdf2518741e74f0dc1e6..fc090cfece25bea68f3ff013490ef3707212c898 100644
|
| --- a/third_party/WebKit/LayoutTests/svg/custom/js-update-stop-linked-gradient-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/svg/custom/js-update-stop-linked-gradient-expected.txt
|
| @@ -5,17 +5,32 @@
|
| "bounds": [800, 600],
|
| "contentsOpaque": true,
|
| "drawsContent": true,
|
| - "repaintRects": [
|
| - [10, 210, 430, 80],
|
| - [10, 110, 430, 80],
|
| - [10, 10, 430, 80]
|
| - ],
|
| - "paintInvalidationClients": [
|
| - "LayoutSVGGradientStop stop id='stop1'",
|
| - "LayoutSVGResourceLinearGradient linearGradient id='gradient'",
|
| - "LayoutSVGRect rect",
|
| - "LayoutSVGRect rect",
|
| - "LayoutSVGRect rect"
|
| + "paintInvalidations": [
|
| + {
|
| + "object": "LayoutSVGGradientStop stop id='stop1'",
|
| + "rect": [0, 0, 0, 0],
|
| + "reason": "layoutObject removal"
|
| + },
|
| + {
|
| + "object": "LayoutSVGRect rect",
|
| + "rect": [10, 10, 430, 80],
|
| + "reason": "SVG resource change"
|
| + },
|
| + {
|
| + "object": "LayoutSVGRect rect",
|
| + "rect": [10, 110, 430, 80],
|
| + "reason": "SVG resource change"
|
| + },
|
| + {
|
| + "object": "LayoutSVGRect rect",
|
| + "rect": [10, 210, 430, 80],
|
| + "reason": "SVG resource change"
|
| + },
|
| + {
|
| + "object": "LayoutSVGResourceLinearGradient linearGradient id='gradient'",
|
| + "rect": [0, 0, 0, 0],
|
| + "reason": "full"
|
| + }
|
| ]
|
| }
|
| ]
|
|
|