| Index: third_party/WebKit/LayoutTests/svg/filters/feImage-target-remove-from-document-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/svg/filters/feImage-target-remove-from-document-expected.txt b/third_party/WebKit/LayoutTests/svg/filters/feImage-target-remove-from-document-expected.txt
|
| index 055a402b6766e9afa9eb70cd3abbf0b9e1135b8a..ec62f8f1fcd937578e196d32882fff9c44f753d4 100644
|
| --- a/third_party/WebKit/LayoutTests/svg/filters/feImage-target-remove-from-document-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/svg/filters/feImage-target-remove-from-document-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,17 +12,23 @@
|
| "object": "LayoutSVGRect rect",
|
| "rect": [0, 0, 110, 110],
|
| "reason": "full"
|
| - },
|
| - {
|
| - "object": "LayoutSVGResourceFilter filter id='filter'",
|
| - "reason": "full"
|
| - },
|
| - {
|
| - "object": "LayoutSVGResourceFilterPrimitive feImage id='feimage-red'",
|
| - "reason": "layoutObject removal"
|
| }
|
| ]
|
| }
|
| + ],
|
| + "objectPaintInvalidations": [
|
| + {
|
| + "object": "LayoutSVGResourceFilterPrimitive feImage id='feimage-red'",
|
| + "reason": "layoutObject removal"
|
| + },
|
| + {
|
| + "object": "LayoutSVGResourceFilter filter id='filter'",
|
| + "reason": "full"
|
| + },
|
| + {
|
| + "object": "LayoutSVGRect rect",
|
| + "reason": "full"
|
| + }
|
| ]
|
| }
|
|
|
|
|