| Index: third_party/WebKit/LayoutTests/svg/filters/feImage-target-property-change-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/svg/filters/feImage-target-property-change-expected.txt b/third_party/WebKit/LayoutTests/svg/filters/feImage-target-property-change-expected.txt
|
| index a1117f9a1ebfcd3cd831ecbb9f8997f6cdff3fe0..949fb902cde4c117a707faf017d9096dece7da0d 100644
|
| --- a/third_party/WebKit/LayoutTests/svg/filters/feImage-target-property-change-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/svg/filters/feImage-target-property-change-expected.txt
|
| @@ -5,15 +5,27 @@
|
| "bounds": [800, 600],
|
| "contentsOpaque": true,
|
| "drawsContent": true,
|
| - "repaintRects": [
|
| - [0, 0, 110, 110],
|
| - [0, 0, 100, 100],
|
| - [0, 0, 1, 100]
|
| - ],
|
| - "paintInvalidationClients": [
|
| - "LayoutSVGRect rect id='rect'",
|
| - "LayoutSVGResourceFilterPrimitive feImage id='feimage'",
|
| - "LayoutSVGRect rect"
|
| + "paintInvalidations": [
|
| + {
|
| + "object": "LayoutSVGRect rect",
|
| + "rect": [0, 0, 110, 110],
|
| + "reason": "full"
|
| + },
|
| + {
|
| + "object": "LayoutSVGRect rect id='rect'",
|
| + "rect": [0, 0, 1, 100],
|
| + "reason": "full"
|
| + },
|
| + {
|
| + "object": "LayoutSVGRect rect id='rect'",
|
| + "rect": [0, 0, 100, 100],
|
| + "reason": "full"
|
| + },
|
| + {
|
| + "object": "LayoutSVGResourceFilterPrimitive feImage id='feimage'",
|
| + "rect": [0, 0, 0, 0],
|
| + "reason": "full"
|
| + }
|
| ]
|
| }
|
| ]
|
|
|