michael@0: function test() { michael@0: ok(!!gBrowser, "gBrowser exists"); michael@0: is(gBrowser, getBrowser(), "both ways of getting tabbrowser work"); michael@0: }