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

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

Issue 2885723002: [MD Bookmarks] Add keyboard navigation and selection to bookmark list. (Closed)
Patch Set: address comments 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/item_test.js
diff --git a/chrome/test/data/webui/md_bookmarks/item_test.js b/chrome/test/data/webui/md_bookmarks/item_test.js
index e850d6556c2f2a9822ab235bad1141ab6b0ccd5c..d3d8ee38846bb156d5d7d1429f3498e014ab5d0b 100644
--- a/chrome/test/data/webui/md_bookmarks/item_test.js
+++ b/chrome/test/data/webui/md_bookmarks/item_test.js
@@ -68,16 +68,4 @@ suite('<bookmarks-item>', function() {
}),
store.lastAction);
});
-
- test('anchor tag updates with item url', function() {
- assertEquals('http://example.com/', item.$.url.href);
-
- store.data.nodes['2'] = createItem('0', {url: 'https://mail.google.com'});
- store.notifyObservers();
- assertEquals('https://mail.google.com/', item.$.url.href);
-
- // Change to a folder.
- item.itemId = '1';
- assertEquals('chrome://bookmarks/?id=1', item.$.url.href);
- });
});
« no previous file with comments | « chrome/browser/resources/md_bookmarks/reducers.js ('k') | chrome/test/data/webui/md_bookmarks/md_bookmarks_focus_test.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698