Updated drag and drop thumbnails.
[chromium-blink-merge.git] / chrome / browser / resources / net_internals / test_view.html
blob933dd265e8e4396e925ad16d6053bed6031e1d0a
1 <!-- Connection tests -->
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
4 tests for why it failed.</p>
5 <form id="test-view-connection-tests-form">
6 URL: <input id="test-view-url-input" type="text">
7 <input id="test-view-connection-tests-submit" type="submit"
8 value="Start tests">
9 </form>
10 <div id="test-view-summary"></div>
11 </div>