tenfourfox/testing/mochitest/tests/browser/browser_fail_throw.js
Cameron Kaiser c9b2922b70 hello FPR
2017-04-19 00:56:45 -07:00

4 lines
48 B
JavaScript

function test() {
throw "thrown exception";
}