Task Manager: Remove goat teleporter.
[chromium-blink-merge.git] / content / test / data / net_info.html
blob8e4368dc4cbfedaaeafb18737688500f6300ea82
1 <html>
2 <head></head>
3 <script>
5 function getType() {
6 sendValueToTest(navigator.connection.type);
9 function getOnLine() {
10 sendValueToTest(navigator.onLine);
13 function sendValueToTest(value) {
14 window.domAutomationController.setAutomationId(0);
15 window.domAutomationController.send(value);
18 </script>
19 </html>