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

Unified Diff: chrome/browser/ui/webui/downloads_ui_browsertest.js

Issue 1447693002: [a11y] Bring accessibility-audit up to date: v2.10.0 release. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix the rest of the ChromeOS tests. File crbugs and update existing ones. Created 5 years, 1 month 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/browser/ui/webui/downloads_ui_browsertest.js
diff --git a/chrome/browser/ui/webui/downloads_ui_browsertest.js b/chrome/browser/ui/webui/downloads_ui_browsertest.js
index 89fc3119559a357badc190bedd72cc7e82dc6225..a7e575fc6c44d9b358a57e721ccb3f165011504f 100644
--- a/chrome/browser/ui/webui/downloads_ui_browsertest.js
+++ b/chrome/browser/ui/webui/downloads_ui_browsertest.js
@@ -120,6 +120,8 @@ EmptyDownloadsWebUITest.prototype = {
setUp: function() {
// Doesn't create any fake downloads.
assertEquals(0, downloads.Manager.size());
+
+ BaseDownloadsWebUITest.prototype.updateAccessibilityAuditConfig.call(this);
Dan Beam 2015/11/24 23:24:26 shouldn't this be BaseDownloadsWebUITest.prototype
apacible 2015/11/25 19:13:53 No, this is intended. BaseDownloadsWebUITest's set
Dan Beam 2015/11/25 20:23:04 ah. shows how much I remember (I actually wrote t
Dan Beam 2015/11/25 20:23:04 can this be just this.updateAccessibilityAuditC
apacible 2015/11/25 21:59:34 Done.
},
};

Powered by Google App Engine
This is Rietveld 408576698