diff options
Diffstat (limited to 'system/docshell/base/crashtests/40929-1-inner.html')
-rw-r--r-- | system/docshell/base/crashtests/40929-1-inner.html | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/system/docshell/base/crashtests/40929-1-inner.html b/system/docshell/base/crashtests/40929-1-inner.html deleted file mode 100644 index 313046a34..000000000 --- a/system/docshell/base/crashtests/40929-1-inner.html +++ /dev/null @@ -1,14 +0,0 @@ -<html><head><title>Infinite Loop</title></head> -<body onLoad="initNav(); initNav();"> - -<script language="JavaScript"> - -function initNav() { - ++parent.i; - if (parent.i < 10) - window.location.href=window.location.href; -} - -</script> - -</body></html> |