| Index: third_party/WebKit/LayoutTests/svg/filters/feImage-target-attribute-change-with-use-indirection-2-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/svg/filters/feImage-target-attribute-change-with-use-indirection-2-expected.txt b/third_party/WebKit/LayoutTests/svg/filters/feImage-target-attribute-change-with-use-indirection-2-expected.txt
|
| index b5d1a40705b101a55f35509810073f3cde2610e5..bbe141d8fb86b9b1f6dcff96459f6d8e3fca4eda 100644
|
| --- a/third_party/WebKit/LayoutTests/svg/filters/feImage-target-attribute-change-with-use-indirection-2-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/svg/filters/feImage-target-attribute-change-with-use-indirection-2-expected.txt
|
| @@ -5,18 +5,37 @@
|
| "bounds": [800, 600],
|
| "contentsOpaque": true,
|
| "drawsContent": true,
|
| - "repaintRects": [
|
| - [0, 0, 110, 110],
|
| - [0, 0, 100, 100],
|
| - [0, 0, 100, 100],
|
| - [0, 0, 50, 100],
|
| - [0, 0, 50, 100]
|
| - ],
|
| - "paintInvalidationClients": [
|
| - "LayoutSVGContainer use id='use'",
|
| - "LayoutSVGRect rect id='rect'",
|
| - "LayoutSVGResourceFilterPrimitive feImage id='feimage'",
|
| - "LayoutSVGRect rect"
|
| + "paintInvalidations": [
|
| + {
|
| + "object": "LayoutSVGContainer use id='use'",
|
| + "rect": [0, 0, 50, 100],
|
| + "reason": "location change"
|
| + },
|
| + {
|
| + "object": "LayoutSVGContainer use id='use'",
|
| + "rect": [0, 0, 100, 100],
|
| + "reason": "location change"
|
| + },
|
| + {
|
| + "object": "LayoutSVGRect rect",
|
| + "rect": [0, 0, 110, 110],
|
| + "reason": "full"
|
| + },
|
| + {
|
| + "object": "LayoutSVGRect rect id='rect'",
|
| + "rect": [0, 0, 50, 100],
|
| + "reason": "location change"
|
| + },
|
| + {
|
| + "object": "LayoutSVGRect rect id='rect'",
|
| + "rect": [0, 0, 100, 100],
|
| + "reason": "location change"
|
| + },
|
| + {
|
| + "object": "LayoutSVGResourceFilterPrimitive feImage id='feimage'",
|
| + "rect": [0, 0, 0, 0],
|
| + "reason": "full"
|
| + }
|
| ]
|
| }
|
| ]
|
|
|