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

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

Issue 2084843002: [MD History] Add history-list-container between app and history lists. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@tim_toolbar
Patch Set: rebase 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_overflow_menu_test.js
diff --git a/chrome/test/data/webui/md_history/history_overflow_menu_test.js b/chrome/test/data/webui/md_history/history_overflow_menu_test.js
index e1c2b2ea338fea85085c1d176a8b1f7db4c7252f..5fee65069c2e1d47fe9a4614877c0cbda8afabce 100644
--- a/chrome/test/data/webui/md_history/history_overflow_menu_test.js
+++ b/chrome/test/data/webui/md_history/history_overflow_menu_test.js
@@ -21,7 +21,7 @@ cr.define('md_history.history_overflow_menu_test', function() {
var element;
suiteSetup(function() {
- element = $('history-app').$['history-list'];
+ element = $('history-app').$['history'].$['infinite-list'];
var element1 = document.createElement('div');
var element2 = document.createElement('div');

Powered by Google App Engine
This is Rietveld 408576698