Raw File
browser_fail_throw.js
function test() {
  throw "thrown exception";
}
back to top