| Index: third_party/WebKit/LayoutTests/svg/custom/gradient-stop-style-change-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/svg/custom/gradient-stop-style-change-expected.txt b/third_party/WebKit/LayoutTests/svg/custom/gradient-stop-style-change-expected.txt
|
| index 1d35e248f8af6321a0a09ea2867b17744df1a8ba..b7d40078786e61bc9c09acf9885c39998093f2b5 100644
|
| --- a/third_party/WebKit/LayoutTests/svg/custom/gradient-stop-style-change-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/svg/custom/gradient-stop-style-change-expected.txt
|
| @@ -5,12 +5,17 @@
|
| "bounds": [800, 600],
|
| "contentsOpaque": true,
|
| "drawsContent": true,
|
| - "repaintRects": [
|
| - [0, 0, 100, 100]
|
| - ],
|
| - "paintInvalidationClients": [
|
| - "LayoutSVGGradientStop stop id='stop'",
|
| - "LayoutSVGRect rect"
|
| + "paintInvalidations": [
|
| + {
|
| + "object": "LayoutSVGGradientStop stop id='stop'",
|
| + "rect": [0, 0, 0, 0],
|
| + "reason": "style change"
|
| + },
|
| + {
|
| + "object": "LayoutSVGRect rect",
|
| + "rect": [0, 0, 100, 100],
|
| + "reason": "SVG resource change"
|
| + }
|
| ]
|
| }
|
| ]
|
|
|