<!-- 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 id="test-view-url-input" type="text"> | |
<input id="test-view-connection-tests-submit" type="submit" | |
value="Start tests"> | |
</form> | |
<div id="test-view-summary"></div> | |
</div> |