Fix crashtest to be more similar to the original testcase in the bug, by not referring to a file that doesn't exist.

This commit is contained in:
Jesse Ruderman 2009-05-07 17:39:26 -07:00
Родитель 85b3154b49
Коммит 33b1410408
2 изменённых файлов: 4 добавлений и 2 удалений

Просмотреть файл

@ -4,7 +4,9 @@
<script language="JavaScript">
function initNav() {
window.location.href='GeneralIndex.html';
++parent.i;
if (parent.i < 10)
window.location.href=window.location.href;
}
</script>

Просмотреть файл

@ -1,5 +1,5 @@
<html>
<head><title>Infinite Loop</title></head>
<head><title>Infinite Loop</title><script>var i=0;</script></head>
<body>
<iframe src="40929-1-inner.html"></iframe>
</body>