mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-11-12 22:28:59 +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 : 5a10a3ebbfe0ce2a801330041f95447c313a9a70 extra : source : 6f0394b523a66dab444b8551deb8f3c6c81d8f31
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");
|
|
}
|