browser_sanityException.js 125 B

123456
  1. function test() {
  2. ok(true, "ok called");
  3. expectUncaughtException();
  4. throw "this is a deliberately thrown exception";
  5. }