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

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

Issue 1681053002: Unrestrict version of PolymerElements/iron-list and update it (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@fix-closure
Patch Set: Created 4 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_history/md_history_browsertest.js
diff --git a/chrome/test/data/webui/md_history/md_history_browsertest.js b/chrome/test/data/webui/md_history/md_history_browsertest.js
index 1c4ea3e5106fc9d6a42bbf92b1e0ab3daa072682..bb6c67632ada4fc1a1c5b515d38c0f579fe3747e 100644
--- a/chrome/test/data/webui/md_history/md_history_browsertest.js
+++ b/chrome/test/data/webui/md_history/md_history_browsertest.js
@@ -22,6 +22,9 @@ MaterialHistoryBrowserTest.prototype = {
commandLineSwitches: [{switchName: 'enable-md-history'}],
+ /** @override */
+ runAccessibilityChecks: false,
Dan Beam 2016/02/09 04:27:59 this is the fix to allow us to use newer iron-list
+
extraLibraries: PolymerTest.getLibraries(ROOT_PATH).concat([
'test_util.js',
'history_card_manager_test.js',

Powered by Google App Engine
This is Rietveld 408576698