summaryrefslogtreecommitdiffstats
path: root/browser/components/shell/test/browser_633221.js
blob: 7929e809847d7d357f65ede5c517aeceacf387ce (plain)
1
2
3
4
5
6
7
Components.utils.import("resource:///modules/ShellService.jsm");

function test() {
  ShellService.setDefaultBrowser(true, false);
  ok(ShellService.isDefaultBrowser(true, false), "we got here and are the default browser");
  ok(ShellService.isDefaultBrowser(true, true), "we got here and are the default browser");
}