• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1<!-- Connection tests -->
2<div id="test-view-tab-content" class="content-box">
3  <div style='margin-bottom: 20px'>
4    Input a URL which failed to load, and then click the button to run some
5    tests for why it failed.
6  </div>
7  <form id="test-view-connection-tests-form">
8    <label>URL: <input id="test-view-url-input" type="text"></label>
9    <input id="test-view-connection-tests-submit" type="submit"
10        value="Start tests">
11  </form>
12  <div id="test-view-summary"></div>
13</div>
14