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..3b8ac8dc762291cd5d4344cbf320099311203fc9 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": [264, 258, 165, 67], |
+ "reason": "full" |
+ }, |
+ { |
+ "object": "LayoutSVGPath polygon id='polygon'", |
+ "rect": [264, 218, 164, 107], |
"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" |