| Index: third_party/WebKit/LayoutTests/svg/repaint/image-href-change-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/svg/repaint/image-href-change-expected.txt b/third_party/WebKit/LayoutTests/svg/repaint/image-href-change-expected.txt
|
| index 5c810e7f788a5a38dc4f48bc74592a4218457f5c..d9be53e00defb5ac5005a88da90e0b3f10159d8d 100644
|
| --- a/third_party/WebKit/LayoutTests/svg/repaint/image-href-change-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/svg/repaint/image-href-change-expected.txt
|
| @@ -5,11 +5,12 @@
|
| "bounds": [800, 600],
|
| "contentsOpaque": true,
|
| "drawsContent": true,
|
| - "repaintRects": [
|
| - [0, 0, 200, 200]
|
| - ],
|
| - "paintInvalidationClients": [
|
| - "LayoutSVGImage image id='image'"
|
| + "paintInvalidations": [
|
| + {
|
| + "object": "LayoutSVGImage image id='image'",
|
| + "rect": [0, 0, 200, 200],
|
| + "reason": "full"
|
| + }
|
| ]
|
| }
|
| ]
|
|
|