| 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 ecccd7887236d07bc6c605cbcba2107616b7e5d0..d8a4a37212da0139b9c287ee68bd509ac0844cf3 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
|
| @@ -1,7 +1,9 @@
|
| {
|
| + "name": "Content Root Layer",
|
| "bounds": [800, 600],
|
| "children": [
|
| {
|
| + "name": "LayoutView #document",
|
| "bounds": [800, 600],
|
| "contentsOpaque": true,
|
| "drawsContent": true,
|
| @@ -10,13 +12,19 @@
|
| "object": "LayoutSVGRect rect",
|
| "rect": [0, 0, 100, 100],
|
| "reason": "SVG resource change"
|
| - },
|
| - {
|
| - "object": "LayoutSVGGradientStop stop id='stop'",
|
| - "reason": "style change"
|
| }
|
| ]
|
| }
|
| + ],
|
| + "objectPaintInvalidations": [
|
| + {
|
| + "object": "LayoutSVGGradientStop stop id='stop'",
|
| + "reason": "style change"
|
| + },
|
| + {
|
| + "object": "LayoutSVGRect rect",
|
| + "reason": "SVG resource change"
|
| + }
|
| ]
|
| }
|
|
|
|
|