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

Side by Side Diff: chrome/browser/resources/net_internals/test_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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 <!-- Connection tests --> 1 <!-- Connection tests -->
2 <div id="test-view-tab-content" class="content-box"> 2 <div id="test-view-tab-content" class="content-box">
3 <div style='margin-bottom: 20px'> 3 <div style='margin-bottom: 20px'>
4 Input a URL which failed to load, and then click the button to run some 4 Input a URL which failed to load, and then click the button to run some
5 tests for why it failed. 5 tests for why it failed.
6 </div> 6 </div>
7 <form id="test-view-connection-tests-form"> 7 <form id="test-view-connection-tests-form">
8 URL: <input id="test-view-url-input" type="text"> 8 <label>URL: <input id="test-view-url-input" type="text"></label>
9 <input id="test-view-connection-tests-submit" type="submit" 9 <input id="test-view-connection-tests-submit" type="submit"
10 value="Start tests"> 10 value="Start tests">
11 </form> 11 </form>
12 <div id="test-view-summary"></div> 12 <div id="test-view-summary"></div>
13 </div> 13 </div>
OLDNEW
« no previous file with comments | « chrome/browser/resources/net_internals/status_view.html ('k') | chrome/browser/resources/net_internals/test_view.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698