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

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

Issue 2165903003: MD History: Show sidebar next to content on wide screens (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@history_fix_footer_link
Patch Set: Add test Created 4 years, 5 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_history/history_grouped_list_test.js
diff --git a/chrome/test/data/webui/md_history/history_grouped_list_test.js b/chrome/test/data/webui/md_history/history_grouped_list_test.js
index 108e7b6ffd46d4f068e1240a58e0a89353ab0020..1b990afafa0f8e05f7f86ee11b2af55edaee26c1 100644
--- a/chrome/test/data/webui/md_history/history_grouped_list_test.js
+++ b/chrome/test/data/webui/md_history/history_grouped_list_test.js
@@ -18,7 +18,7 @@ cr.define('md_history.history_grouped_list_test', function() {
app.grouped_ = true;
toolbar = app.$['toolbar'];
- sidebar = app.$['side-bar'];
+ sidebar = app.$['content-side-bar'];
SIMPLE_RESULTS = [
createHistoryEntry('2016-03-16', 'https://www.google.com/'),

Powered by Google App Engine
This is Rietveld 408576698