blob: 78a00af61d85ce5d0bc985a05471fdb9fb871958 [file] [log] [blame]
<!DOCTYPE html>
<head>
<script src="../resources/js-test.js"></script>
<script src="resources/netinfo_common.js"></script>
</head>
<body>
<script>
description('Tests that the type changes without an active listener');
internals.setNetworkConnectionInfo(newConnectionType);
shouldBe('connection.type', 'newConnectionType');
finishJSTest();
</script>
</body>
</html>