tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

117307-1.html (377B)


      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>