| Index: third_party/WebKit/LayoutTests/svg/filters/feImage-remove-target-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/svg/filters/feImage-remove-target-expected.txt b/third_party/WebKit/LayoutTests/svg/filters/feImage-remove-target-expected.txt
|
| index edbdfcf37da90009c4aaa71ef00c6db8403a74f4..ee451136a3d56f1638a7d7695e55e50b9d0e2b6a 100644
|
| --- a/third_party/WebKit/LayoutTests/svg/filters/feImage-remove-target-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/svg/filters/feImage-remove-target-expected.txt
|
| @@ -5,14 +5,22 @@
|
| "bounds": [800, 600],
|
| "contentsOpaque": true,
|
| "drawsContent": true,
|
| - "repaintRects": [
|
| - [0, 0, 110, 110],
|
| - [0, 0, 100, 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, 100, 100],
|
| + "reason": "layoutObject removal"
|
| + },
|
| + {
|
| + "object": "LayoutSVGResourceFilterPrimitive feImage id='feimage'",
|
| + "rect": [0, 0, 0, 0],
|
| + "reason": "full"
|
| + }
|
| ]
|
| }
|
| ]
|
|
|