summaryrefslogtreecommitdiffstats
path: root/chrome/browser/resources/net_internals/test_view.html
blob: b331bfe3af532917d6d11bcc70ba1e62f0dafd07 (plain)
1
2
3
4
5
6
7
8
9
10
<!-- Connection tests -->
<div id=test-view-tab-content class=content-box>
  <p>Input a URL which failed to load, and then click the button to run some
     tests for why it failed.</p>
  <form id=test-view-connection-tests-form>
    URL: <input type=text id=test-view-url-input />
    <input id=test-view-connection-tests-submit type=submit value="Start tests" />
  </form>
  <div id=test-view-summary></div>
</div>