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

Unified Diff: chrome/test/data/webui/md_bookmarks/actions_test.js

Issue 2872163002: MD Bookmarks: Add 'Open' command, to open in either the BMM or in new tabs (Closed)
Patch Set: Rebase Created 3 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
Index: chrome/test/data/webui/md_bookmarks/actions_test.js
diff --git a/chrome/test/data/webui/md_bookmarks/actions_test.js b/chrome/test/data/webui/md_bookmarks/actions_test.js
index 42c258e0313fc90b3428f4a70fb159d2daf6d07f..c952e4a39dcd9795b048cd639772655471bab154 100644
--- a/chrome/test/data/webui/md_bookmarks/actions_test.js
+++ b/chrome/test/data/webui/md_bookmarks/actions_test.js
@@ -41,7 +41,8 @@ suite('selectItem', function() {
action = bookmarks.actions.selectItem('4', false, true, store.data);
assertDeepEquals(['2', '8', '4'], action.items);
- assertDeepEquals('4', action.anchor);
+ // Shift-selection doesn't change anchor.
+ assertDeepEquals('2', action.anchor);
});
test('can shift-select in search results', function() {
« no previous file with comments | « chrome/browser/resources/md_bookmarks/item.js ('k') | chrome/test/data/webui/md_bookmarks/command_manager_test.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698