| Index: third_party/WebKit/LayoutTests/paint/invalidation/svg/js-update-polygon-removal-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/paint/invalidation/svg/js-update-polygon-removal-expected.txt b/third_party/WebKit/LayoutTests/paint/invalidation/svg/js-update-polygon-removal-expected.txt
|
| index 82572a1bbcad4f52d3eb97b8411feb4cf9c4c53a..3a66e41a2545d111aa052d1751ba7e41f16874fd 100644
|
| --- a/third_party/WebKit/LayoutTests/paint/invalidation/svg/js-update-polygon-removal-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/paint/invalidation/svg/js-update-polygon-removal-expected.txt
|
| @@ -8,7 +8,12 @@
|
| "paintInvalidations": [
|
| {
|
| "object": "LayoutSVGPath polygon id='polygon'",
|
| - "rect": [265, 259, 163, 65],
|
| + "rect": [263, 257, 167, 69],
|
| + "reason": "full"
|
| + },
|
| + {
|
| + "object": "LayoutSVGPath polygon id='polygon'",
|
| + "rect": [263, 217, 166, 109],
|
| "reason": "full"
|
| },
|
| {
|
| @@ -17,11 +22,6 @@
|
| "reason": "bounds change"
|
| },
|
| {
|
| - "object": "LayoutSVGPath polygon id='polygon'",
|
| - "rect": [265, 219, 162, 105],
|
| - "reason": "full"
|
| - },
|
| - {
|
| "object": "LayoutSVGRoot svg",
|
| "rect": [265, 219, 162, 105],
|
| "reason": "bounds change"
|
|
|