| Index: third_party/WebKit/LayoutTests/svg/custom/js-update-polygon-removal-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/svg/custom/js-update-polygon-removal-expected.txt b/third_party/WebKit/LayoutTests/svg/custom/js-update-polygon-removal-expected.txt
|
| index 502bd9e9a007ff2f31c4fc6f8e28c7d12970886c..4a7a02198597e354a0ce38f76c1e9f70fc9aaa41 100644
|
| --- a/third_party/WebKit/LayoutTests/svg/custom/js-update-polygon-removal-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/svg/custom/js-update-polygon-removal-expected.txt
|
| @@ -1,7 +1,9 @@
|
| {
|
| + "name": "Content Root Layer",
|
| "bounds": [800, 600],
|
| "children": [
|
| {
|
| + "name": "LayoutView #document",
|
| "bounds": [800, 600],
|
| "contentsOpaque": true,
|
| "drawsContent": true,
|
| @@ -28,6 +30,16 @@
|
| }
|
| ]
|
| }
|
| + ],
|
| + "objectPaintInvalidations": [
|
| + {
|
| + "object": "LayoutSVGRoot svg",
|
| + "reason": "bounds change"
|
| + },
|
| + {
|
| + "object": "LayoutSVGPath polygon id='polygon'",
|
| + "reason": "full"
|
| + }
|
| ]
|
| }
|
|
|
|
|