browser_633221.js (270B)
1 function test() { 2 ShellService.setDefaultBrowser(false); 3 ok( 4 ShellService.isDefaultBrowser(true, false), 5 "we got here and are the default browser" 6 ); 7 ok( 8 ShellService.isDefaultBrowser(true, true), 9 "we got here and are the default browser" 10 ); 11 }