| Index: third_party/WebKit/LayoutTests/fast/repaint/resize-child-within-overflow-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/fast/repaint/resize-child-within-overflow-expected.txt b/third_party/WebKit/LayoutTests/fast/repaint/resize-child-within-overflow-expected.txt
|
| index 1698677c7ff3dfe798bd988e92b13d2d894b2caf..8233bc1e976842a6b4a95d24822e56cb2cde5402 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/repaint/resize-child-within-overflow-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/fast/repaint/resize-child-within-overflow-expected.txt
|
| @@ -5,11 +5,12 @@
|
| "bounds": [800, 1000],
|
| "contentsOpaque": true,
|
| "drawsContent": true,
|
| - "repaintRects": [
|
| - [400, 0, 200, 1000]
|
| - ],
|
| - "paintInvalidationClients": [
|
| - "LayoutBlockFlow (positioned) DIV class='container'"
|
| + "paintInvalidations": [
|
| + {
|
| + "object": "LayoutBlockFlow (positioned) DIV class='container'",
|
| + "rect": [400, 0, 200, 1000],
|
| + "reason": "incremental"
|
| + }
|
| ]
|
| }
|
| ]
|
|
|