js/xpconnect/crashtests/117307-1.html

changeset 0
6474c204b198
equal deleted inserted replaced
-1:000000000000 0:e80dcadc18e3
1 <!--/*
2 Crash in error handler on invalid JavaScript
3 http://bugzilla.mozilla.org/show_bug.cgi?id=117307
4 */-->
5
6 <HTML><HEAD><TITLE>Bug 117307</title><SCRIPT>
7
8 window.onerror=f;
9 function f() {f.caller;}
10
11 </script></head><BODY><SCRIPT>
12
13 function syntaxError() {1=2;}
14
15 </script><SCRIPT>
16
17 runtimeError();
18 function runtimeError() {d.d.d;}
19
20 </script></body></html>

mercurial