Files
palemoon27/testing/mochitest/tests/browser/browser_fail_throw.js
T

4 lines
48 B
JavaScript

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