docshell/base/crashtests/40929-1-inner.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 <html><head><title>Infinite Loop</title></head>
     2 <body onLoad="initNav(); initNav();">
     4 <script language="JavaScript">
     6 function initNav() {
     7   ++parent.i;
     8   if (parent.i < 10)
     9   	window.location.href=window.location.href;
    10 }
    12 </script>
    14 </body></html>

mercurial