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

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

Issue 2206363003: [MD History] Use proper shadows for cards. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@remove_rounding
Patch Set: Created 4 years, 4 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_list_test.js
diff --git a/chrome/test/data/webui/md_history/history_list_test.js b/chrome/test/data/webui/md_history/history_list_test.js
index f54c605f1a00aeb3628fbd09b6c57c54f5bc685c..a0d776c7d5f5f9795a31fb767ced0c34cd71997d 100644
--- a/chrome/test/data/webui/md_history/history_list_test.js
+++ b/chrome/test/data/webui/md_history/history_list_test.js
@@ -188,7 +188,7 @@ cr.define('md_history.history_list_test', function() {
MockInteractions.tap(items[2].$['menu-button']);
assertTrue(sharedMenu.menuOpen);
- element.$['infinite-list'].scrollTop = 100;
+ element.scrollTop = 100;
return flush();
}).then(function() {
assertFalse(sharedMenu.menuOpen);

Powered by Google App Engine
This is Rietveld 408576698