Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(7499)

Unified Diff: chrome/browser/ui/webui/options/autofill_options_browsertest.js

Issue 683813004: Fewer focusable items in chrome://settings/searchEngines (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase, fix failing browser_tests, add .pak file to GN Created 6 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);
});
});

Powered by Google App Engine
This is Rietveld 408576698