Chromium Code Reviews| Index: chrome/browser/ui/webui/options/autofill_options_browsertest.js |
| diff --git a/chrome/browser/ui/webui/options/autofill_options_browsertest.js b/chrome/browser/ui/webui/options/autofill_options_browsertest.js |
| index 43821b205a016ea6bd8a9095aa34ce21ef59214f..3c0d482472b621d27faf315ceed240006dd53432 100644 |
| --- a/chrome/browser/ui/webui/options/autofill_options_browsertest.js |
| +++ b/chrome/browser/ui/webui/options/autofill_options_browsertest.js |
| @@ -195,7 +195,7 @@ TEST_F('AutofillEditAddressAsyncWebUITest', |
| input.focus(); |
| document.execCommand('insertText', false, '111-222-333'); |
| assertEquals('111-222-333', input.value); |
| - input.blur(); |
| + phoneList.blur(); |
|
bondd
2014/11/11 23:43:24
The way that InlineEditableItem triggers validatio
Dan Beam
2014/11/11 23:59:29
this does nothing afaict: http://jsfiddle.net/6pwo
bondd
2014/11/12 00:43:56
What breaks: doneValidating() never fires, so test
Dan Beam
2014/11/12 01:02:28
that doesn't happen because you can't blur() an el
Dan Beam
2014/11/12 02:23:11
nothing is real, this code makes no sense. lgtm
|
| phoneList.doneValidating().then(testDone); |
| }); |
| }); |