summaryrefslogtreecommitdiffstats
path: root/browser/base/content/test/general/browser_scope.js
blob: f8141e5f67ee0e9163bac7970c277308d033435c (plain)
1
2
3
4
5
6
7
8
9
10
//
// Whitelisting this test.
// As part of bug 1077403, the leaking uncaught rejection should be fixed.
//
thisTestLeaksUncaughtRejectionsAndShouldBeFixed("TypeError: this.docShell is null");

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