Backout crash tests for bug 409006 since it caused other crash tests to fail loading (403296-1.xhtml).

This commit is contained in:
Mats Palmgren 2008-07-03 16:00:32 +02:00
Родитель ee26046fc3
Коммит e047afeb67
4 изменённых файлов: 0 добавлений и 46 удалений

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

@ -1,17 +0,0 @@
<html><head>
<script>
function boom() {
var s = '';
var limit = 910;
for (var i = 0; i < limit; i++)
{
s += 'xxxxxx';
}
for (var i = 0; i < limit; i++)
{
s += 'y\ny\ny\ny\n';
}
alert(s);
}
</script>
</head><body onload="boom()"></body></html>

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

@ -1,13 +0,0 @@
<html><head>
<script>
function boom() {
var s = '';
var limit = 865;
for (var i = 0; i < limit; i++)
{
s += 'y\ny\ny\ny\n';
}
alert(s);
}
</script>
</head><body onload="boom()"></body></html>

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

@ -1,13 +0,0 @@
<html><head>
<script>
function boom() {
var s = '';
var limit = 910;
for (var i = 0; i < limit; i++)
{
s += 'xxxxxx';
}
alert(s);
}
</script>
</head><body onload="boom()"></body></html>

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

@ -30,9 +30,6 @@ load 404112-2.html
load 405268-1.xhtml
load 407761-1.html
load 407842.html
load 409006-1.html
load 409006-2.html
load 409006-3.html
load 410728-1.xml
load 416637-1.html
load 419095-1.html