| 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 f81e64292b177d41b6dfdc1ce889d1aa891fb389..1a59c1165d759a3cdf28ee2758c1c9f536d9ad13 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
|
| @@ -1,7 +1,9 @@
|
| {
|
| + "name": "Content Root Layer",
|
| "bounds": [800, 600],
|
| "children": [
|
| {
|
| + "name": "LayoutView #document",
|
| "bounds": [800, 600],
|
| "contentsOpaque": true,
|
| "drawsContent": true,
|
| @@ -13,6 +15,12 @@
|
| }
|
| ]
|
| }
|
| + ],
|
| + "objectPaintInvalidations": [
|
| + {
|
| + "object": "LayoutBlockFlow DIV id='element'",
|
| + "reason": "became invisible"
|
| + }
|
| ]
|
| }
|
|
|
|
|