| Index: third_party/WebKit/LayoutTests/platform/mac/fast/repaint/search-field-cancel-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/platform/mac/fast/repaint/search-field-cancel-expected.txt b/third_party/WebKit/LayoutTests/platform/mac/fast/repaint/search-field-cancel-expected.txt
|
| index fb895b4d47b21097cc54fd6eba88d3909b4380a0..ab7ff639cc25a1c4ff6757096e60abb72bbf9909 100644
|
| --- a/third_party/WebKit/LayoutTests/platform/mac/fast/repaint/search-field-cancel-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/platform/mac/fast/repaint/search-field-cancel-expected.txt
|
| @@ -5,15 +5,27 @@
|
| "bounds": [800, 600],
|
| "contentsOpaque": true,
|
| "drawsContent": true,
|
| - "repaintRects": [
|
| - [17, 45, 108, 13],
|
| - [17, 45, 51, 13]
|
| - ],
|
| - "paintInvalidationClients": [
|
| - "LayoutBlockFlow DIV id='inner-editor'",
|
| - "RootInlineBox",
|
| - "LayoutText #text",
|
| - "InlineTextBox 'some text'"
|
| + "paintInvalidations": [
|
| + {
|
| + "object": "InlineTextBox 'some text'",
|
| + "rect": [0, 0, 0, 0],
|
| + "reason": "location change"
|
| + },
|
| + {
|
| + "object": "LayoutBlockFlow DIV id='inner-editor'",
|
| + "rect": [17, 45, 108, 13],
|
| + "reason": "forced by layout"
|
| + },
|
| + {
|
| + "object": "LayoutText #text",
|
| + "rect": [17, 45, 51, 13],
|
| + "reason": "location change"
|
| + },
|
| + {
|
| + "object": "RootInlineBox",
|
| + "rect": [0, 0, 0, 0],
|
| + "reason": "full"
|
| + }
|
| ]
|
| }
|
| ]
|
|
|