| Index: third_party/WebKit/LayoutTests/platform/win/fast/forms/submit/submit-focus-by-mouse-then-keydown-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/platform/win/fast/forms/submit/submit-focus-by-mouse-then-keydown-expected.txt b/third_party/WebKit/LayoutTests/platform/win/fast/forms/submit/submit-focus-by-mouse-then-keydown-expected.txt
|
| index 4251b87f2c5fb8595ad7f2d83427bbe209465d3a..3b3eb709bcf83f1ea42e06000a170be1862cbcfe 100644
|
| --- a/third_party/WebKit/LayoutTests/platform/win/fast/forms/submit/submit-focus-by-mouse-then-keydown-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/platform/win/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, 41, 16],
|
| - [16, 11, 41, 16],
|
| - [7, 7, 59, 24]
|
| - ],
|
| - "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, 41, 16],
|
| + "reason": "full"
|
| + },
|
| + {
|
| + "object": "LayoutButton INPUT",
|
| + "rect": [7, 7, 59, 24],
|
| + "reason": "full"
|
| + },
|
| + {
|
| + "object": "LayoutText #text",
|
| + "rect": [16, 11, 41, 16],
|
| + "reason": "full"
|
| + },
|
| + {
|
| + "object": "RootInlineBox",
|
| + "rect": [0, 0, 0, 0],
|
| + "reason": "full"
|
| + }
|
| ]
|
| }
|
| ]
|
|
|