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

Unified Diff: chrome/browser/ui/webui/options/autofill_options_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/options/autofill_options_browsertest.js
diff --git a/chrome/browser/ui/webui/options/autofill_options_browsertest.js b/chrome/browser/ui/webui/options/autofill_options_browsertest.js
index 29a778f00023ad500a962b4740221cbf4470641f..f88ac1df32017649764f6b13cabe5ae7f194137a 100644
--- a/chrome/browser/ui/webui/options/autofill_options_browsertest.js
+++ b/chrome/browser/ui/webui/options/autofill_options_browsertest.js
@@ -39,6 +39,11 @@ AutofillOptionsWebUITest.prototype = {
* @override
*/
browsePreload: 'chrome://settings-frame/autofill',
+
+ /** @override */
+ setUp: function() {
+ OptionsBrowsertestBase.prototype.setUp.call(this);
+ },
Dan Beam 2015/11/24 23:24:26 this is the same as... this not existing at all
apacible 2015/11/25 19:13:53 Removed here and below.
};
// Test opening the autofill options has correct location.
@@ -58,6 +63,11 @@ AutofillEditAddressWebUITest.prototype = {
/** @override */
browsePreload: 'chrome://settings-frame/autofillEditAddress',
+
+ /** @override */
+ setUp: function() {
+ OptionsBrowsertestBase.prototype.setUp.call(this);
+ },
};
TEST_F('AutofillEditAddressWebUITest', 'testInitialFormLayout', function() {

Powered by Google App Engine
This is Rietveld 408576698