| Index: third_party/WebKit/LayoutTests/svg/custom/svg-image-par-resize-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/svg/custom/svg-image-par-resize-expected.txt b/third_party/WebKit/LayoutTests/svg/custom/svg-image-par-resize-expected.txt
|
| index 3b55998795b5f3fb3e9ba91e5cc2e56b34b779f3..be80f914658fcf1845f48992155fd7ced1af7004 100644
|
| --- a/third_party/WebKit/LayoutTests/svg/custom/svg-image-par-resize-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/svg/custom/svg-image-par-resize-expected.txt
|
| @@ -5,14 +5,22 @@
|
| "bounds": [800, 600],
|
| "contentsOpaque": true,
|
| "drawsContent": true,
|
| - "repaintRects": [
|
| - [108, 8, 100, 200],
|
| - [8, 8, 200, 200],
|
| - [8, 8, 100, 200]
|
| - ],
|
| - "paintInvalidationClients": [
|
| - "LayoutSVGRoot svg",
|
| - "LayoutSVGImage image"
|
| + "paintInvalidations": [
|
| + {
|
| + "object": "LayoutSVGImage image",
|
| + "rect": [8, 8, 200, 200],
|
| + "reason": "full"
|
| + },
|
| + {
|
| + "object": "LayoutSVGImage image",
|
| + "rect": [8, 8, 100, 200],
|
| + "reason": "full"
|
| + },
|
| + {
|
| + "object": "LayoutSVGRoot svg",
|
| + "rect": [108, 8, 100, 200],
|
| + "reason": "incremental"
|
| + }
|
| ]
|
| }
|
| ]
|
|
|