| Index: third_party/WebKit/LayoutTests/fast/forms/resources/multiple-fields-value-set-empty.js
|
| diff --git a/third_party/WebKit/LayoutTests/fast/forms/resources/multiple-fields-value-set-empty.js b/third_party/WebKit/LayoutTests/fast/forms/resources/multiple-fields-value-set-empty.js
|
| index 47f5483320bed0b6bfe9406bbee762d8a2e0e602..7db440cd1a92bae553ad8f613ccdb4c1fffaf60c 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/forms/resources/multiple-fields-value-set-empty.js
|
| +++ b/third_party/WebKit/LayoutTests/fast/forms/resources/multiple-fields-value-set-empty.js
|
| @@ -13,7 +13,7 @@ function testSettingEmptyStringClearsSubFields(type) {
|
| debug('This test needs to be run on DRT/WTR.');
|
| else {
|
| debug('Empty text: ' + emptyText);
|
| - shouldNotBe('eventSender.keyDown("upArrow"); getUserAgentShadowTextContent(input)', 'emptyText');
|
| + shouldNotBe('eventSender.keyDown("ArrowUp"); getUserAgentShadowTextContent(input)', 'emptyText');
|
| shouldBe('input.value = ""; getUserAgentShadowTextContent(input)', 'emptyText');
|
| input.remove();
|
| }
|
|
|