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

Unified Diff: chrome/test/data/webui/md_history/history_toolbar_test.js

Issue 2237703004: [MD History] Focus the search bar on load. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 months 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/test/data/webui/md_history/history_toolbar_test.js
diff --git a/chrome/test/data/webui/md_history/history_toolbar_test.js b/chrome/test/data/webui/md_history/history_toolbar_test.js
index 5383fd1d824af25175838f5376508dd0f4a39c5f..afc2f0879bf5883a0da8ee62dd276c5150c28788 100644
--- a/chrome/test/data/webui/md_history/history_toolbar_test.js
+++ b/chrome/test/data/webui/md_history/history_toolbar_test.js
@@ -54,7 +54,6 @@ cr.define('md_history.history_toolbar_test', function() {
test('shortcuts to open search field', function() {
var field = toolbar.$['main-toolbar'].getSearchField();
- assertFalse(field.showingSearch);
tsergeant 2016/08/15 03:28:33 We probably shouldn't blindly delete this -- now w
calamity 2016/08/15 07:40:28 Good point. Done.
MockInteractions.pressAndReleaseKeyOn(
document.body, 191, '', '/');

Powered by Google App Engine
This is Rietveld 408576698