The Tor Browser
/ file comparison
Search:
summary
shortlog
changelog
graph
tags
bookmarks
branches
files
help
file
revisions
annotate
diff
comparison
raw
comparison: testing/mochitest/tests/browser/browser_fail_throw.js
testing/mochitest/tests/browser/browser_fail_throw.js
changeset 0
6474c204b198
equal
deleted
inserted
replaced
-1:000000000000
0:bb2fbc632281
1
function test() {
2
throw "thrown exception";
3
}