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

Unified Diff: chrome/test/data/webui/cr_elements_browsertest.js

Issue 2025583002: MD WebUI: Improve tab focus behavior for toolbar search field (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Tweak comment Created 4 years, 7 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
« no previous file with comments | « no previous file | ui/webui/resources/cr_elements/cr_search_field/cr_search_field.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/webui/cr_elements_browsertest.js
diff --git a/chrome/test/data/webui/cr_elements_browsertest.js b/chrome/test/data/webui/cr_elements_browsertest.js
index 9a0f8abf0bbda8dea7b0facca46c7ba66155bafd..91d932ce7aa700157427745e65776dd5af8b5a6d 100644
--- a/chrome/test/data/webui/cr_elements_browsertest.js
+++ b/chrome/test/data/webui/cr_elements_browsertest.js
@@ -36,7 +36,7 @@ TEST_F('CrElementsBrowserTest', 'CrToolbarSearchFieldTest', function() {
/** @param {string} term */
function simulateSearch(term) {
field.$.searchInput.bindValue = term;
- field.onSearchTermSearch_();
+ field.onSearchTermSearch();
}
/**
« no previous file with comments | « no previous file | ui/webui/resources/cr_elements/cr_search_field/cr_search_field.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698