| Index: third_party/WebKit/LayoutTests/platform/mac-mac10.10/fast/repaint/change-text-content-and-background-color-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/platform/mac-mac10.10/fast/repaint/change-text-content-and-background-color-expected.txt b/third_party/WebKit/LayoutTests/platform/mac-mac10.10/fast/repaint/change-text-content-and-background-color-expected.txt
|
| index 3e1d7c1620624bfb84523d302927632776e3aad7..e6b2c84ad0d5635ada21bc87022a885cbdbf1ed4 100644
|
| --- a/third_party/WebKit/LayoutTests/platform/mac-mac10.10/fast/repaint/change-text-content-and-background-color-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/platform/mac-mac10.10/fast/repaint/change-text-content-and-background-color-expected.txt
|
| @@ -1,7 +1,9 @@
|
| {
|
| + "name": "Content Root Layer",
|
| "bounds": [800, 600],
|
| "children": [
|
| {
|
| + "name": "LayoutView #document",
|
| "bounds": [800, 600],
|
| "contentsOpaque": true,
|
| "drawsContent": true,
|
| @@ -20,21 +22,27 @@
|
| "object": "LayoutText #text",
|
| "rect": [30, 30, 46, 23],
|
| "reason": "full"
|
| - },
|
| - {
|
| - "object": "InlineTextBox ''",
|
| - "reason": "full"
|
| - },
|
| - {
|
| - "object": "InlineTextBox 'NEW'",
|
| - "reason": "full"
|
| - },
|
| - {
|
| - "object": "RootInlineBox",
|
| - "reason": "full"
|
| }
|
| ]
|
| }
|
| + ],
|
| + "objectPaintInvalidations": [
|
| + {
|
| + "object": "LayoutTextControl (positioned) INPUT id='input'",
|
| + "reason": "style change"
|
| + },
|
| + {
|
| + "object": "LayoutBlockFlow DIV id='inner-editor'",
|
| + "reason": "invalidate paint rectangle"
|
| + },
|
| + {
|
| + "object": "LayoutText #text",
|
| + "reason": "full"
|
| + },
|
| + {
|
| + "object": "InlineTextBox 'NEW'",
|
| + "reason": "full"
|
| + }
|
| ]
|
| }
|
|
|
|
|