| Index: third_party/WebKit/LayoutTests/platform/mac/fast/forms/submit/submit-focus-by-mouse-then-keydown-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/platform/mac/fast/forms/submit/submit-focus-by-mouse-then-keydown-expected.txt b/third_party/WebKit/LayoutTests/platform/mac/fast/forms/submit/submit-focus-by-mouse-then-keydown-expected.txt
|
| index 4602264256237ed0a3ac883a0c0232f5decb3c92..f8d54a7e6ffb4960d2ed9a32bdd7b4791c27a973 100644
|
| --- a/third_party/WebKit/LayoutTests/platform/mac/fast/forms/submit/submit-focus-by-mouse-then-keydown-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/platform/mac/fast/forms/submit/submit-focus-by-mouse-then-keydown-expected.txt
|
| @@ -5,17 +5,32 @@
|
| "bounds": [800, 600],
|
| "contentsOpaque": true,
|
| "drawsContent": true,
|
| - "repaintRects": [
|
| - [16, 11, 37, 13],
|
| - [16, 11, 37, 13],
|
| - [3, 4, 63, 29]
|
| - ],
|
| - "paintInvalidationClients": [
|
| - "LayoutButton INPUT",
|
| - "LayoutBlockFlow (anonymous)",
|
| - "RootInlineBox",
|
| - "LayoutText #text",
|
| - "InlineTextBox 'Submit'"
|
| + "paintInvalidations": [
|
| + {
|
| + "object": "InlineTextBox 'Submit'",
|
| + "rect": [0, 0, 0, 0],
|
| + "reason": "full"
|
| + },
|
| + {
|
| + "object": "LayoutBlockFlow (anonymous)",
|
| + "rect": [16, 11, 37, 13],
|
| + "reason": "full"
|
| + },
|
| + {
|
| + "object": "LayoutButton INPUT",
|
| + "rect": [3, 4, 63, 29],
|
| + "reason": "full"
|
| + },
|
| + {
|
| + "object": "LayoutText #text",
|
| + "rect": [16, 11, 37, 13],
|
| + "reason": "full"
|
| + },
|
| + {
|
| + "object": "RootInlineBox",
|
| + "rect": [0, 0, 0, 0],
|
| + "reason": "full"
|
| + }
|
| ]
|
| }
|
| ]
|
|
|