js/xpconnect/crashtests/117307-1.html

Wed, 31 Dec 2014 06:09:35 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 06:09:35 +0100
changeset 0
6474c204b198
permissions
-rw-r--r--

Cloned upstream origin tor-browser at tor-browser-31.3.0esr-4.5-1-build1
revision ID fc1c9ff7c1b2defdbc039f12214767608f46423f for hacking purpose.

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

mercurial