michael@0: /* Any copyright is dedicated to the Public Domain. michael@0: http://creativecommons.org/publicdomain/zero/1.0/ */ michael@0: michael@0: MARIONETTE_TIMEOUT = 60000; michael@0: MARIONETTE_HEAD_JS = "head.js"; michael@0: michael@0: startTestCommon(function() { michael@0: let connections = michael@0: workingFrame.contentWindow.navigator.mozMobileConnections; michael@0: michael@0: let num = getNumOfRadioInterfaces(); michael@0: is(connections.length, num, "ril.numRadioInterfaces"); michael@0: });