| Index: third_party/WebKit/LayoutTests/svg/custom/resource-invalidate-on-target-update-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/svg/custom/resource-invalidate-on-target-update-expected.txt b/third_party/WebKit/LayoutTests/svg/custom/resource-invalidate-on-target-update-expected.txt
|
| index beb07bb24fa8b81dc9bcf9ec7866c1eb2504f0ab..e2b4284ad7a791c0c22fc4fe6d31e6f94728b547 100644
|
| --- a/third_party/WebKit/LayoutTests/svg/custom/resource-invalidate-on-target-update-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/svg/custom/resource-invalidate-on-target-update-expected.txt
|
| @@ -1,7 +1,9 @@
|
| {
|
| + "name": "Content Root Layer",
|
| "bounds": [800, 600],
|
| "children": [
|
| {
|
| + "name": "LayoutView #document",
|
| "bounds": [800, 600],
|
| "contentsOpaque": true,
|
| "drawsContent": true,
|
| @@ -33,6 +35,28 @@
|
| }
|
| ]
|
| }
|
| + ],
|
| + "objectPaintInvalidations": [
|
| + {
|
| + "object": "LayoutSVGRoot svg",
|
| + "reason": "incremental"
|
| + },
|
| + {
|
| + "object": "LayoutSVGContainer g id='box'",
|
| + "reason": "full"
|
| + },
|
| + {
|
| + "object": "LayoutSVGRect rect id='rect1'",
|
| + "reason": "full"
|
| + },
|
| + {
|
| + "object": "LayoutSVGRect rect id='rect2'",
|
| + "reason": "full"
|
| + },
|
| + {
|
| + "object": "LayoutSVGRect rect id='rect3'",
|
| + "reason": "full"
|
| + }
|
| ]
|
| }
|
|
|
|
|