mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-11-12 14:20:14 +02:00
The whitelisting function thisTestLeaksUncaughtRejectionsAndShouldBeFixed was replaced by expectUncaughtRejection, and existing calls did not take effect anymore. MozReview-Commit-ID: 3uOxkgWYWEz --HG-- extra : rebase_source : 3a7720091180a770b32b595f8094c0d20170166d
4 lines
127 B
JavaScript
4 lines
127 B
JavaScript
function test() {
|
|
ok(!!gBrowser, "gBrowser exists");
|
|
is(gBrowser, getBrowser(), "both ways of getting tabbrowser work");
|
|
}
|