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

Unified Diff: chrome/browser/resources/net_internals/hsts_view.js

Issue 21944004: Enable the accessibility audit for chrome://net-internals (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 7 years, 4 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/resources/net_internals/hsts_view.js
diff --git a/chrome/browser/resources/net_internals/hsts_view.js b/chrome/browser/resources/net_internals/hsts_view.js
index 69a342a0b14aac2a6e88757dd6fd38b1f8e4ac04..663248dda1cbf3f3cc4d84b9cabf0f46374650c6 100644
--- a/chrome/browser/resources/net_internals/hsts_view.js
+++ b/chrome/browser/resources/net_internals/hsts_view.js
@@ -102,7 +102,7 @@ var HSTSView = (function() {
this.queryOutputDiv_.innerHTML = '';
var s = addNode(this.queryOutputDiv_, 'span');
s.textContent = result.error;
- s.style.color = 'red';
+ s.style.color = '#e00';
yellowFade(this.queryOutputDiv_);
return;
}
« no previous file with comments | « chrome/browser/resources/net_internals/hsts_view.html ('k') | chrome/browser/resources/net_internals/import_view.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698