docshell/base/crashtests/40929-1-inner.html

Wed, 31 Dec 2014 13:27:57 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 13:27:57 +0100
branch
TOR_BUG_3246
changeset 6
8bccb770b82d
permissions
-rw-r--r--

Ignore runtime configuration files generated during quality assurance.

     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