gecko/browser/base/content/test/browser_scope.js

5 lines
127 B
JavaScript
Raw Normal View History

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