| Index: third_party/WebKit/LayoutTests/fast/repaint/invalidation-with-zero-size-object-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/fast/repaint/invalidation-with-zero-size-object-expected.txt b/third_party/WebKit/LayoutTests/fast/repaint/invalidation-with-zero-size-object-expected.txt
|
| index cc5342baa27a139bf7038ae17fb073dd12d6b7cc..f81e64292b177d41b6dfdc1ce889d1aa891fb389 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/repaint/invalidation-with-zero-size-object-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/fast/repaint/invalidation-with-zero-size-object-expected.txt
|
| @@ -5,11 +5,12 @@
|
| "bounds": [800, 600],
|
| "contentsOpaque": true,
|
| "drawsContent": true,
|
| - "repaintRects": [
|
| - [8, 8, 200, 200]
|
| - ],
|
| - "paintInvalidationClients": [
|
| - "LayoutBlockFlow DIV id='element'"
|
| + "paintInvalidations": [
|
| + {
|
| + "object": "LayoutBlockFlow DIV id='element'",
|
| + "rect": [8, 8, 200, 200],
|
| + "reason": "became invisible"
|
| + }
|
| ]
|
| }
|
| ]
|
|
|