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

Unified Diff: chrome/browser/resources/net_internals/cros_log_analyzer_view.html

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/cros_log_analyzer_view.html
diff --git a/chrome/browser/resources/net_internals/cros_log_analyzer_view.html b/chrome/browser/resources/net_internals/cros_log_analyzer_view.html
index a23543c5458e0003bb1a5851d5d4d40a5fa58d26..4c18f5c536bd5fc435fd7086f65214f15ff036e8 100644
--- a/chrome/browser/resources/net_internals/cros_log_analyzer_view.html
+++ b/chrome/browser/resources/net_internals/cros_log_analyzer_view.html
@@ -5,8 +5,10 @@
</div>
<div id='cros-log-analyzer-search-container'
class='cros-log-analyzer-container'>
- Search:
- <input type='text' id='cros-log-analyzer-search-input'>
+ <label>
+ Search:
+ <input type='text' id='cros-log-analyzer-search-input'>
+ </label>
<span id='cros-log-analyzer-save-btn'>Save</span>
</div>
<table id="cros-log-analyzer-log-header-table"

Powered by Google App Engine
This is Rietveld 408576698