summaryrefslogtreecommitdiffstats
path: root/testing/mochitest/tests/browser/browser_fail_throw.js
blob: aee0238df2412336a66f3cd266990abe020fec7e (plain)
1
2
3
function test() {
  throw "thrown exception";
}