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

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

Issue 2264933002: [MD History] Make sidebar menu respond to spacebar. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@fix_presubmit
Patch Set: update_closure 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
« no previous file with comments | « chrome/browser/resources/md_history/side_bar.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/webui/md_history/history_routing_test.js
diff --git a/chrome/test/data/webui/md_history/history_routing_test.js b/chrome/test/data/webui/md_history/history_routing_test.js
index adf84ccae6c7122a3dafb4d3c4c17267fbf750a3..b7ffb7df1286dee194c1ed005fed90d23975cbbe 100644
--- a/chrome/test/data/webui/md_history/history_routing_test.js
+++ b/chrome/test/data/webui/md_history/history_routing_test.js
@@ -33,7 +33,7 @@ cr.define('md_history.history_routing_test', function() {
assertEquals('syncedTabs', app.routeData_.page);
assertEquals('chrome://history/syncedTabs', window.location.href);
- MockInteractions.tap(menu.children[0]);
+ MockInteractions.keyDownOn(menu.children[0], 32, '', "Space");
assertEquals('', app.routeData_.page);
assertEquals('chrome://history/', window.location.href);
});
« no previous file with comments | « chrome/browser/resources/md_history/side_bar.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698