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

Unified Diff: chrome/browser/ui/webui/extensions/extension_settings_browsertest.js

Issue 893603006: extensions: darken some disabled text for better contrast. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 11 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
« no previous file with comments | « chrome/browser/resources/extensions/extensions.css ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/webui/extensions/extension_settings_browsertest.js
diff --git a/chrome/browser/ui/webui/extensions/extension_settings_browsertest.js b/chrome/browser/ui/webui/extensions/extension_settings_browsertest.js
index 3ae8df0fd0ec945bc05e2eb511eab26a2903e43e..0f31b1b82af47f791f9f6f07c1e4c108a5d36f17 100644
--- a/chrome/browser/ui/webui/extensions/extension_settings_browsertest.js
+++ b/chrome/browser/ui/webui/extensions/extension_settings_browsertest.js
@@ -30,18 +30,6 @@ ExtensionSettingsWebUITest.prototype = {
/** @override */
accessibilityIssuesAreErrors: true,
- /** @override */
- setUp: function() {
- // TODO(aboxhall): remove these when crbug.com/267035 is closed.
- this.accessibilityAuditConfig.ignoreSelectors(
Dan Beam 2015/01/30 22:07:03 I also deleted this line[1] to make sure the tests
- 'lowContrastElements',
- '.enable-checkbox input:disabled + .enable-checkbox-text > *');
- this.accessibilityAuditConfig.ignoreSelectors(
- 'lowContrastElements', '.extension-description > *');
- this.accessibilityAuditConfig.ignoreSelectors(
- 'lowContrastElements', '.location-text');
- },
-
/**
* A URL to load before starting each test.
* @type {string}
« no previous file with comments | « chrome/browser/resources/extensions/extensions.css ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698