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

Side by Side Diff: chrome/browser/resources/net_internals/test_view.html

Issue 10828382: Cleanup: Don't close single tags. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Review fixes. Created 8 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 <p>Input a URL which failed to load, and then click the button to run some 3 <p>Input a URL which failed to load, and then click the button to run some
4 tests for why it failed.</p> 4 tests for why it failed.</p>
5 <form id=test-view-connection-tests-form> 5 <form id="test-view-connection-tests-form">
6 URL: <input type=text id=test-view-url-input /> 6 URL: <input id="test-view-url-input" type="text">
7 <input id=test-view-connection-tests-submit type=submit value="Start tests" /> 7 <input id="test-view-connection-tests-submit" type="submit"
8 value="Start tests">
8 </form> 9 </form>
9 <div id=test-view-summary></div> 10 <div id="test-view-summary"></div>
10 </div> 11 </div>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698