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

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

Issue 2313823002: MD History: Remove shadow root from <history-searched-label> (Closed)
Patch Set: Fix tests Created 4 years, 3 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 f1560ca210e8f685dfc965e0db66b99f73f00533..15645c33966d68f51168e34370067d3ce8efcc61 100644
--- a/chrome/test/data/webui/md_history/history_list_test.js
+++ b/chrome/test/data/webui/md_history/history_list_test.js
@@ -242,7 +242,7 @@ cr.define('md_history.history_list_test', function() {
// Check that the search term is bolded correctly in the history-item.
assertGT(
- title.children[0].$.container.innerHTML.indexOf('<b>google</b>'),
+ title.children[0].innerHTML.indexOf('<b>google</b>'),
-1);
});
});

Powered by Google App Engine
This is Rietveld 408576698