| Index: third_party/WebKit/LayoutTests/paint/invalidation/svg/js-update-polygon-changes-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/paint/invalidation/svg/js-update-polygon-changes-expected.txt b/third_party/WebKit/LayoutTests/paint/invalidation/svg/js-update-polygon-changes-expected.txt
|
| index fc6905a1212211a00a38f264e8aa0c692b37ec08..c1c26ee9a712d0d642968a62a7593905b647894c 100644
|
| --- a/third_party/WebKit/LayoutTests/paint/invalidation/svg/js-update-polygon-changes-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/paint/invalidation/svg/js-update-polygon-changes-expected.txt
|
| @@ -8,7 +8,12 @@
|
| "paintInvalidations": [
|
| {
|
| "object": "LayoutSVGPath polygon id='polygon'",
|
| - "rect": [265, 219, 162, 105],
|
| + "rect": [264, 218, 164, 107],
|
| + "reason": "full"
|
| + },
|
| + {
|
| + "object": "LayoutSVGPath polygon id='polygon'",
|
| + "rect": [264, 208, 164, 107],
|
| "reason": "full"
|
| },
|
| {
|
| @@ -17,11 +22,6 @@
|
| "reason": "bounds change"
|
| },
|
| {
|
| - "object": "LayoutSVGPath polygon id='polygon'",
|
| - "rect": [265, 209, 162, 105],
|
| - "reason": "full"
|
| - },
|
| - {
|
| "object": "LayoutSVGRoot svg",
|
| "rect": [265, 209, 162, 105],
|
| "reason": "bounds change"
|
|
|