| Index: third_party/WebKit/LayoutTests/fast/forms/image/input-image-submit.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/forms/image/input-image-submit.html b/third_party/WebKit/LayoutTests/fast/forms/image/input-image-submit.html
|
| index 91dfebfff47f11ede7b40ba50039e589f7ccbba4..8bc2368cff68e7ae69e66fe9cf899343967048f8 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/forms/image/input-image-submit.html
|
| +++ b/third_party/WebKit/LayoutTests/fast/forms/image/input-image-submit.html
|
| @@ -106,7 +106,7 @@ function startTests() {
|
| state.value = 'to-image-on-submit';
|
| image.type = 'text';
|
| image.focus();
|
| - eventSender.keyDown('\n');
|
| + eventSender.keyDown('Enter');
|
| } else if (query.indexOf('state=to-image-on-submit') != -1) {
|
| // Should have image.x and image.y, but their values are 0.
|
| if (query.indexOf('image.x=0&image.y=0&image=value') == -1) {
|
|
|