| Index: third_party/WebKit/LayoutTests/svg/repaint/image-animation-with-zoom-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/svg/repaint/image-animation-with-zoom-expected.txt b/third_party/WebKit/LayoutTests/svg/repaint/image-animation-with-zoom-expected.txt
|
| index 525675587b4b0ea5c58f0a4711144917b49ee4be..8c3f989953cbd052d8467ba00dc904c9cef2da26 100644
|
| --- a/third_party/WebKit/LayoutTests/svg/repaint/image-animation-with-zoom-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/svg/repaint/image-animation-with-zoom-expected.txt
|
| @@ -5,11 +5,12 @@
|
| "bounds": [800, 600],
|
| "contentsOpaque": true,
|
| "drawsContent": true,
|
| - "repaintRects": [
|
| - [0, 9, 22, 22]
|
| - ],
|
| - "paintInvalidationClients": [
|
| - "LayoutImage IMG id='targetImage'"
|
| + "paintInvalidations": [
|
| + {
|
| + "object": "LayoutImage IMG id='targetImage'",
|
| + "rect": [0, 9, 22, 22],
|
| + "reason": "full"
|
| + }
|
| ]
|
| }
|
| ]
|
|
|