| Index: third_party/WebKit/LayoutTests/fast/repaint/canvas-resize-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/fast/repaint/canvas-resize-expected.txt b/third_party/WebKit/LayoutTests/fast/repaint/canvas-resize-expected.txt
|
| index bf6abc244ddc1709c04565796b87eda45410b715..e77b633ce72ece756b27dc612d8bf24fc9c5fdc3 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/repaint/canvas-resize-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/fast/repaint/canvas-resize-expected.txt
|
| @@ -5,12 +5,17 @@
|
| "bounds": [800, 600],
|
| "contentsOpaque": true,
|
| "drawsContent": true,
|
| - "repaintRects": [
|
| - [50, 50, 600, 500],
|
| - [50, 50, 500, 500]
|
| - ],
|
| - "paintInvalidationClients": [
|
| - "LayoutHTMLCanvas (positioned) CANVAS id='canvas'"
|
| + "paintInvalidations": [
|
| + {
|
| + "object": "LayoutHTMLCanvas (positioned) CANVAS id='canvas'",
|
| + "rect": [50, 50, 600, 500],
|
| + "reason": "forced by layout"
|
| + },
|
| + {
|
| + "object": "LayoutHTMLCanvas (positioned) CANVAS id='canvas'",
|
| + "rect": [50, 50, 500, 500],
|
| + "reason": "forced by layout"
|
| + }
|
| ]
|
| }
|
| ]
|
|
|