| Index: third_party/WebKit/LayoutTests/platform/win/fast/repaint/multi-layout-one-frame-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/platform/win/fast/repaint/multi-layout-one-frame-expected.txt b/third_party/WebKit/LayoutTests/platform/win/fast/repaint/multi-layout-one-frame-expected.txt
|
| index 7430c8f8c80b6c765f8aaadcc993cf80e290cdb8..f21c369bd2acd79a7507cc3d8aabf6de68feaf3f 100644
|
| --- a/third_party/WebKit/LayoutTests/platform/win/fast/repaint/multi-layout-one-frame-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/platform/win/fast/repaint/multi-layout-one-frame-expected.txt
|
| @@ -1,7 +1,9 @@
|
| {
|
| + "name": "Content Root Layer",
|
| "bounds": [800, 600],
|
| "children": [
|
| {
|
| + "name": "LayoutView #document",
|
| "bounds": [800, 600],
|
| "contentsOpaque": true,
|
| "drawsContent": true,
|
| @@ -25,33 +27,35 @@
|
| "object": "LayoutText #text",
|
| "rect": [10, 11, 53, 16],
|
| "reason": "full"
|
| - },
|
| - {
|
| - "object": "InlineTextBox ''",
|
| - "reason": "full"
|
| - },
|
| - {
|
| - "object": "InlineTextBox ''",
|
| - "reason": "full"
|
| - },
|
| - {
|
| - "object": "InlineTextBox 'PASSED'",
|
| - "reason": "full"
|
| - },
|
| - {
|
| - "object": "InlineTextBox 'PASSED'",
|
| - "reason": "full"
|
| - },
|
| - {
|
| - "object": "RootInlineBox",
|
| - "reason": "full"
|
| - },
|
| - {
|
| - "object": "RootInlineBox",
|
| - "reason": "full"
|
| }
|
| ]
|
| }
|
| + ],
|
| + "objectPaintInvalidations": [
|
| + {
|
| + "object": "LayoutBlockFlow DIV id='inner-editor'",
|
| + "reason": "invalidate paint rectangle"
|
| + },
|
| + {
|
| + "object": "LayoutText #text",
|
| + "reason": "full"
|
| + },
|
| + {
|
| + "object": "InlineTextBox 'PASSED'",
|
| + "reason": "full"
|
| + },
|
| + {
|
| + "object": "LayoutBlockFlow DIV id='inner-editor'",
|
| + "reason": "invalidate paint rectangle"
|
| + },
|
| + {
|
| + "object": "LayoutText #text",
|
| + "reason": "full"
|
| + },
|
| + {
|
| + "object": "InlineTextBox 'PASSED'",
|
| + "reason": "full"
|
| + }
|
| ]
|
| }
|
|
|
|
|