Remove exponential document.write test. parser/htmlparser/tests/crashtests/197052-1.html tests what we actually want to test; this test just takes a long time. See bug 469626.

This commit is contained in:
Jesse Ruderman 2010-04-11 16:41:09 -07:00
Родитель ebc0e9d0ce
Коммит 27ac3e2935
2 изменённых файлов: 0 добавлений и 20 удалений

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

@ -1,19 +0,0 @@
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
<html> <head>
<title></title>
<script type="text/javascript">
var check;
function foo(e)
{
check = e;
};
foo(this.document.documentElement.innerHTML);
document.write(check);
</script>
</head>
<body>
</body> </html>

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

@ -1,6 +1,5 @@
load 285166-1.html load 285166-1.html
load 294235-1.html load 294235-1.html
skip load 353713-1.html # Bug 469626
load 378993-1.xhtml load 378993-1.xhtml
load 388183-1.html load 388183-1.html
load 395340-1.html load 395340-1.html