1
0
mirror of https://github.com/roytam1/UXP.git synced 2026-07-03 21:58:36 +00:00
Files
UXP/testing/mochitest/tests/browser/browser_fail_throw.js
T

4 lines
48 B
JavaScript

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