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..37fc0ed75dc8f5406addc3f4651531f2cac96ece 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": [263, 217, 166, 109], |
+ "reason": "full" |
+ }, |
+ { |
+ "object": "LayoutSVGPath polygon id='polygon'", |
+ "rect": [263, 207, 166, 109], |
"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" |