browser_leak.js (86B)
1 function test() { 2 SpecialPowers.Cu.intentionallyLeak(); 3 ok(true, "Test is ok"); 4 }