tenfourfox/testing/mochitest/tests/browser/browser_fail_throw.js

4 lines
48 B
JavaScript
Raw Normal View History

2017-04-19 07:56:45 +00:00
function test() {
throw "thrown exception";
}