1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/browser/base/content/test/general/browser_scope.js Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,4 @@ 1.4 +function test() { 1.5 + ok(!!gBrowser, "gBrowser exists"); 1.6 + is(gBrowser, getBrowser(), "both ways of getting tabbrowser work"); 1.7 +}