tenfourfox/ipc/testshell/tests/test_ipcshell_child.js

10 lines
295 B
JavaScript
Raw Normal View History

2017-04-19 07:56:45 +00:00
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);
} }