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

Unified Diff: chrome/browser/ui/webui/options/manage_profile_browsertest.js

Issue 253543002: web_dev_style: check webui browser tests as well. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: merge Created 6 years, 8 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/browser/ui/webui/options/manage_profile_browsertest.js
diff --git a/chrome/browser/ui/webui/options/manage_profile_browsertest.js b/chrome/browser/ui/webui/options/manage_profile_browsertest.js
index 24d595bb649d71eb93fe35518901cd2558673df7..83e4008eba8b336f2a875f0ffd2270c56531d7bc 100644
--- a/chrome/browser/ui/webui/options/manage_profile_browsertest.js
+++ b/chrome/browser/ui/webui/options/manage_profile_browsertest.js
@@ -71,8 +71,8 @@ ManageProfileUITest.prototype = {
OptionsPage.showPageByName(mode + 'Profile');
var defaultProfile = {
- name: "Default Name",
- iconURL: "/default/path",
+ name: 'Default Name',
+ iconURL: '/default/path',
};
this.defaultIconURLs = ['/some/path',
defaultProfile.iconURL,
@@ -140,7 +140,7 @@ TEST_F('ManageProfileUITest', 'DefaultCreateOptions', function() {
// The checkbox label should change depending on whether the user is signed in.
TEST_F('ManageProfileUITest', 'CreateManagedUserText', function() {
- var signedInText = $('create-profile-managed-signed-in');
+ var signedInText = $('create-profile-managed-signed-in');
var notSignedInText = $('create-profile-managed-not-signed-in');
ManageProfileOverlay.getInstance().initializePage();
@@ -338,7 +338,7 @@ TEST_F('ManageProfileUITest', 'NoCreateConfirmationOnError', function() {
});
// The name and email should be inserted into the confirmation dialog.
-TEST_F('ManageProfileUITest', 'CreateConfirmationText', function () {
+TEST_F('ManageProfileUITest', 'CreateConfirmationText', function() {
var self = this;
var custodianEmail = 'foo@example.com';
« no previous file with comments | « chrome/browser/ui/webui/options/font_settings_browsertest.js ('k') | chrome/browser/ui/webui/options/options_browsertest.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698