blob: 8a6b2aa1a7a05a977b6644531b0bfac0cb5d0075 [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, newDownlinkMax);
shouldBe('connection.type', 'newConnectionType');
shouldBe('connection.downlinkMax', 'newDownlinkMax');
finishJSTest();
</script>
</body>
</html>