| Index: third_party/WebKit/LayoutTests/svg/filters/feImage-target-add-to-document-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/svg/filters/feImage-target-add-to-document-expected.txt b/third_party/WebKit/LayoutTests/svg/filters/feImage-target-add-to-document-expected.txt
|
| index b0e45a591091551097f8f84e37f1ba311ca1ad58..d0e602277bc32a4a153bc7028a3891cef575f948 100644
|
| --- a/third_party/WebKit/LayoutTests/svg/filters/feImage-target-add-to-document-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/svg/filters/feImage-target-add-to-document-expected.txt
|
| @@ -5,13 +5,22 @@
|
| "bounds": [800, 600],
|
| "contentsOpaque": true,
|
| "drawsContent": true,
|
| - "repaintRects": [
|
| - [0, 0, 110, 110]
|
| - ],
|
| - "paintInvalidationClients": [
|
| - "LayoutSVGResourceFilter filter id='filter'",
|
| - "LayoutSVGResourceFilterPrimitive feImage",
|
| - "LayoutSVGRect rect"
|
| + "paintInvalidations": [
|
| + {
|
| + "object": "LayoutSVGRect rect",
|
| + "rect": [0, 0, 110, 110],
|
| + "reason": "style change"
|
| + },
|
| + {
|
| + "object": "LayoutSVGResourceFilter filter id='filter'",
|
| + "rect": [0, 0, 0, 0],
|
| + "reason": "full"
|
| + },
|
| + {
|
| + "object": "LayoutSVGResourceFilterPrimitive feImage",
|
| + "rect": [0, 0, 0, 0],
|
| + "reason": "layoutObject insertion"
|
| + }
|
| ]
|
| }
|
| ]
|
|
|