| Index: third_party/WebKit/LayoutTests/platform/linux/fast/repaint/paint-invalidation-with-reparent-across-frame-boundaries-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/platform/linux/fast/repaint/paint-invalidation-with-reparent-across-frame-boundaries-expected.txt b/third_party/WebKit/LayoutTests/platform/linux/fast/repaint/paint-invalidation-with-reparent-across-frame-boundaries-expected.txt
|
| index 9e63b2e12d4d7f2884491d2bb52653fa52a02329..f46b7451bab8f9a056fd62a3871d146308bf665c 100644
|
| --- a/third_party/WebKit/LayoutTests/platform/linux/fast/repaint/paint-invalidation-with-reparent-across-frame-boundaries-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/platform/linux/fast/repaint/paint-invalidation-with-reparent-across-frame-boundaries-expected.txt
|
| @@ -1,7 +1,9 @@
|
| {
|
| + "name": "Content Root Layer",
|
| "bounds": [800, 600],
|
| "children": [
|
| {
|
| + "name": "LayoutView #document",
|
| "bounds": [800, 600],
|
| "contentsOpaque": true,
|
| "drawsContent": true,
|
| @@ -30,25 +32,27 @@
|
| "object": "LayoutText #text",
|
| "rect": [8, 187, 22, 19],
|
| "reason": "layoutObject insertion"
|
| - },
|
| - {
|
| - "object": "InlineTextBox 'abc'",
|
| - "reason": "full"
|
| - },
|
| - {
|
| - "object": "InlineTextBox 'abc'",
|
| - "reason": "layoutObject insertion"
|
| - },
|
| - {
|
| - "object": "RootInlineBox",
|
| - "reason": "full"
|
| - },
|
| - {
|
| - "object": "RootInlineBox",
|
| - "reason": "full"
|
| }
|
| ]
|
| }
|
| + ],
|
| + "objectPaintInvalidations": [
|
| + {
|
| + "object": "LayoutBlockFlow DIV id='inner-target'",
|
| + "reason": "layoutObject insertion"
|
| + },
|
| + {
|
| + "object": "RootInlineBox",
|
| + "reason": "layoutObject insertion"
|
| + },
|
| + {
|
| + "object": "LayoutText #text",
|
| + "reason": "layoutObject insertion"
|
| + },
|
| + {
|
| + "object": "InlineTextBox 'abc'",
|
| + "reason": "layoutObject insertion"
|
| + }
|
| ]
|
| }
|
|
|
|
|