summaryrefslogtreecommitdiffstats
path: root/ipc/testshell/tests/test_ipcshell_child.js
blob: d9c9fb6c0dfcfeec4a8552033ff4032c8863b55f (plain)
1
2
3
4
5
6
7
8
9
var Cc = Components.classes;
var Ci = Components.interfaces;

const runtime = Cc["@mozilla.org/xre/app-info;1"].getService(Ci.nsIXULRuntime);

if (typeof(run_test) == "undefined") {
  run_test = function() {
    do_check_eq(runtime.processType, Ci.nsIXULRuntime.PROCESS_TYPE_DEFAULT);
  }
}