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

4 lines
48 B
JavaScript

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