| Index: third_party/WebKit/LayoutTests/fast/repaint/invisible-objects-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/fast/repaint/invisible-objects-expected.txt b/third_party/WebKit/LayoutTests/fast/repaint/invisible-objects-expected.txt
|
| index 5dcb7184e7ad4b542bdc72bab529fbcefc6afaa0..96f18d42eff799d892c7213a42662d8cfe4d6539 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/repaint/invisible-objects-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/fast/repaint/invisible-objects-expected.txt
|
| @@ -1,28 +1,22 @@
|
| {
|
| + "name": "Content Root Layer",
|
| "bounds": [800, 600],
|
| "children": [
|
| {
|
| + "name": "LayoutView #document",
|
| "bounds": [800, 600],
|
| "contentsOpaque": true,
|
| - "drawsContent": true,
|
| - "paintInvalidations": [
|
| - {
|
| - "object": "InlineTextBox ''",
|
| - "reason": "full"
|
| - },
|
| - {
|
| - "object": "InlineTextBox 'is invisible'",
|
| - "reason": "full"
|
| - },
|
| - {
|
| - "object": "LayoutText #text",
|
| - "reason": "full"
|
| - },
|
| - {
|
| - "object": "RootInlineBox",
|
| - "reason": "full"
|
| - }
|
| - ]
|
| + "drawsContent": true
|
| + }
|
| + ],
|
| + "objectPaintInvalidations": [
|
| + {
|
| + "object": "LayoutText #text",
|
| + "reason": "full"
|
| + },
|
| + {
|
| + "object": "InlineTextBox 'is invisible'",
|
| + "reason": "full"
|
| }
|
| ]
|
| }
|
|
|