| Index: third_party/WebKit/LayoutTests/paint/invalidation/svg/js-update-bounce-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/paint/invalidation/svg/js-update-bounce-expected.txt b/third_party/WebKit/LayoutTests/paint/invalidation/svg/js-update-bounce-expected.txt
|
| index 0e275b596f9683671ab3ca1df758b684a52ef004..bcd6ce053b464b8fd8b3e1a7d8c1ba0d810029ad 100644
|
| --- a/third_party/WebKit/LayoutTests/paint/invalidation/svg/js-update-bounce-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/paint/invalidation/svg/js-update-bounce-expected.txt
|
| @@ -8,7 +8,12 @@
|
| "paintInvalidations": [
|
| {
|
| "object": "LayoutSVGEllipse circle id='bounce'",
|
| - "rect": [102, 102, 66, 66],
|
| + "rect": [100, 100, 70, 70],
|
| + "reason": "subtree"
|
| + },
|
| + {
|
| + "object": "LayoutSVGEllipse circle id='bounce'",
|
| + "rect": [0, 0, 70, 70],
|
| "reason": "subtree"
|
| },
|
| {
|
| @@ -17,11 +22,6 @@
|
| "reason": "bounds change"
|
| },
|
| {
|
| - "object": "LayoutSVGEllipse circle id='bounce'",
|
| - "rect": [2, 2, 66, 66],
|
| - "reason": "subtree"
|
| - },
|
| - {
|
| "object": "LayoutSVGRoot svg",
|
| "rect": [2, 2, 66, 66],
|
| "reason": "bounds change"
|
|
|