forked from mirrors/gecko-dev
The whitelisting function thisTestLeaksUncaughtRejectionsAndShouldBeFixed was replaced by expectUncaughtRejection, and existing calls did not take effect anymore. MozReview-Commit-ID: 3uOxkgWYWEz --HG-- extra : rebase_source : 6b27b77da78743880529adae7adf4ec2aa64dfea extra : intermediate-source : 5809a30a0c4817509beb1078cf336d8367b8107a 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");
|
|
}
|