dom/mobileconnection/tests/marionette/test_mobile_connections_array_uninitialized.js

branch
TOR_BUG_3246
changeset 7
129ffea94266
equal deleted inserted replaced
-1:000000000000 0:18429a5c5d94
1 /* Any copyright is dedicated to the Public Domain.
2 http://creativecommons.org/publicdomain/zero/1.0/ */
3
4 MARIONETTE_TIMEOUT = 60000;
5 MARIONETTE_HEAD_JS = "head.js";
6
7 startTestCommon(function() {
8 let connections =
9 workingFrame.contentWindow.navigator.mozMobileConnections;
10
11 let num = getNumOfRadioInterfaces();
12 is(connections.length, num, "ril.numRadioInterfaces");
13 });

mercurial