| Index: third_party/WebKit/LayoutTests/platform/win/fast/repaint/change-text-content-and-background-color-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/platform/win/fast/repaint/change-text-content-and-background-color-expected.txt b/third_party/WebKit/LayoutTests/platform/win/fast/repaint/change-text-content-and-background-color-expected.txt
|
| index 313b34244de6c53f949d9756041297cabcf6032a..ae3dfb8d0fb867dc4dc0c2aa9ea4ff8523c10875 100644
|
| --- a/third_party/WebKit/LayoutTests/platform/win/fast/repaint/change-text-content-and-background-color-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/platform/win/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, 47, 22],
|
| "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"
|
| + }
|
| ]
|
| }
|
|
|
|
|