1
0
mirror of https://github.com/roytam1/UXP.git synced 2026-07-20 22:18:32 +00:00
Files
UXP/js/xpconnect/crashtests/117307-1.html
T

21 lines
357 B
HTML

<!--/*
Crash in error handler on invalid JavaScript
http://bugzilla.mozilla.org/show_bug.cgi?id=117307
*/-->
<HTML><HEAD><TITLE>Bug 117307</title><SCRIPT>
window.onerror=f;
function f() {f.caller;}
</script></head><BODY><SCRIPT>
function syntaxError() {1=2;}
</script><SCRIPT>
runtimeError();
function runtimeError() {d.d.d;}
</script></body></html>