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

5 строки
127 B
JavaScript

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