| Index: third_party/WebKit/LayoutTests/fast/repaint/image-resize-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/fast/repaint/image-resize-expected.txt b/third_party/WebKit/LayoutTests/fast/repaint/image-resize-expected.txt
|
| index ff7e0997983153f28d79cecfefb1222f34524692..64de14875fc7c4069f960101121eaef5137a852f 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/repaint/image-resize-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/fast/repaint/image-resize-expected.txt
|
| @@ -5,12 +5,17 @@
|
| "bounds": [800, 600],
|
| "contentsOpaque": true,
|
| "drawsContent": true,
|
| - "repaintRects": [
|
| - [0, 50, 150, 150],
|
| - [0, 50, 100, 200]
|
| - ],
|
| - "paintInvalidationClients": [
|
| - "LayoutImage (positioned) IMG"
|
| + "paintInvalidations": [
|
| + {
|
| + "object": "LayoutImage (positioned) IMG",
|
| + "rect": [0, 50, 150, 150],
|
| + "reason": "forced by layout"
|
| + },
|
| + {
|
| + "object": "LayoutImage (positioned) IMG",
|
| + "rect": [0, 50, 100, 200],
|
| + "reason": "forced by layout"
|
| + }
|
| ]
|
| }
|
| ]
|
|
|