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

Unified Diff: chrome/browser/resources/net_internals/timeline_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/timeline_view.html
diff --git a/chrome/browser/resources/net_internals/timeline_view.html b/chrome/browser/resources/net_internals/timeline_view.html
index 57501eba58b901d9fc90f324942952f8d2f38025..10ada2206f0b237c794d1e528914bbba184495c4 100644
--- a/chrome/browser/resources/net_internals/timeline_view.html
+++ b/chrome/browser/resources/net_internals/timeline_view.html
@@ -1,8 +1,8 @@
<div id=timeline-view-selection-div>
<div style="text-align: right">
- <img id=timeline-view-selection-toggle
- class=timeline-view-rotateleft
- src='chrome://resources/images/select.png'>
+ <button id=timeline-view-selection-toggle
+ title="Toggle visibility of selection view"
+ class=timeline-view-rotateleft></button>
</div>
<ul id=timeline-view-selection-ul>
<li id=timeline-view-open-sockets><label><input type=checkbox checked>
« no previous file with comments | « chrome/browser/resources/net_internals/timeline_view.css ('k') | chrome/browser/resources/net_internals/top_bar_view.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698