| OLD | NEW |
| 1 <!-- Connection tests --> | 1 <!-- Connection tests --> |
| 2 <div id=testTabContent> | 2 <div id=testTabContent> |
| 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=connectionTestsForm> | 5 <form id=connectionTestsForm> |
| 6 URL: <input type=text id=testUrlInput /> | 6 URL: <input type=text id=testUrlInput /> |
| 7 <input type=submit value="Start tests" /> | 7 <input type=submit value="Start tests" /> |
| 8 </form> | 8 </form> |
| 9 <div id=testSummary></div> | 9 <div id=testSummary></div> |
| 10 </div> | 10 </div> |
| OLD | NEW |