| Index: third_party/WebKit/LayoutTests/fast/repaint/resize-with-border-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/fast/repaint/resize-with-border-expected.txt b/third_party/WebKit/LayoutTests/fast/repaint/resize-with-border-expected.txt
|
| index 91811ef8d46ae3caeb97dc4860ac01d6c8d4c244..9fa74dae7db5d46a8003f859638ceb8c847e2c6d 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/repaint/resize-with-border-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/fast/repaint/resize-with-border-expected.txt
|
| @@ -5,12 +5,17 @@
|
| "bounds": [800, 600],
|
| "contentsOpaque": true,
|
| "drawsContent": true,
|
| - "repaintRects": [
|
| - [320, 100, 200, 220],
|
| - [310, 100, 210, 220]
|
| - ],
|
| - "paintInvalidationClients": [
|
| - "LayoutBlockFlow (positioned) DIV id='div'"
|
| + "paintInvalidations": [
|
| + {
|
| + "object": "LayoutBlockFlow (positioned) DIV id='div'",
|
| + "rect": [320, 100, 200, 220],
|
| + "reason": "incremental"
|
| + },
|
| + {
|
| + "object": "LayoutBlockFlow (positioned) DIV id='div'",
|
| + "rect": [310, 100, 210, 220],
|
| + "reason": "incremental"
|
| + }
|
| ]
|
| }
|
| ]
|
|
|