summaryrefslogtreecommitdiffstats
path: root/toolkit/components/search/tests/xpcshell/test_bug930456.js
blob: 1dbb06c59ffe1b4d0321e94026e896704968fd73 (plain)
1
2
3
4
5
6
7
8
9
10
11
/* Any copyright is dedicated to the Public Domain.
 *    http://creativecommons.org/publicdomain/zero/1.0/ */

function run_test()
{
  if (isChild) {
    do_check_false("@mozilla.org/browser/search-service;1" in Cc);
  } else {
    do_check_true("@mozilla.org/browser/search-service;1" in Cc);
  }
}