mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 791019 - Test update due to Win8 changes for default browser. r=felipe
This commit is contained in:
parent
07f8718383
commit
8a668ea855
@ -10,5 +10,6 @@ function test() {
|
||||
getService(Ci.nsIShellService);
|
||||
|
||||
shell.setDefaultBrowser(true, false);
|
||||
ok(shell.isDefaultBrowser(true), "we got here and are the default browser");
|
||||
ok(shell.isDefaultBrowser(true, false), "we got here and are the default browser");
|
||||
ok(shell.isDefaultBrowser(true, true), "we got here and are the default browser");
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user