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

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

Issue 2731473002: MD Bookmarks: Implement basis for new data-binding system (Closed)
Patch Set: calamity@ review Created 3 years, 10 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/md_bookmarks_browsertest.js
diff --git a/chrome/test/data/webui/md_bookmarks/md_bookmarks_browsertest.js b/chrome/test/data/webui/md_bookmarks/md_bookmarks_browsertest.js
index 081e32e84df7a8010239f7b6c6996c2d3144120d..a306280dab77757b57a02e9f2fd1d1ea5d635075 100644
--- a/chrome/test/data/webui/md_bookmarks/md_bookmarks_browsertest.js
+++ b/chrome/test/data/webui/md_bookmarks/md_bookmarks_browsertest.js
@@ -81,3 +81,20 @@ MaterialBookmarksListTest.prototype = {
TEST_F('MaterialBookmarksListTest', 'All', function() {
mocha.run();
});
+
+function MaterialBookmarksStoreClientTest() {}
+
+MaterialBookmarksStoreClientTest.prototype = {
+ __proto__: MaterialBookmarksBrowserTest.prototype,
+
+ // TODO(tsergeant): Remove special preload once Client is used in the page.
+ browsePreload: 'chrome://bookmarks/store_client.html',
+
+ extraLibraries: MaterialBookmarksBrowserTest.prototype.extraLibraries.concat([
+ 'store_client_test.js',
+ ]),
+};
+
+TEST_F('MaterialBookmarksStoreClientTest', 'All', function() {
+ mocha.run();
+});
« no previous file with comments | « chrome/browser/ui/webui/md_bookmarks/md_bookmarks_ui.cc ('k') | chrome/test/data/webui/md_bookmarks/store_client_test.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698