зеркало из https://github.com/mozilla/gecko-dev.git
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:
Родитель
ebc0e9d0ce
Коммит
27ac3e2935
|
@ -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 294235-1.html
|
||||
skip load 353713-1.html # Bug 469626
|
||||
load 378993-1.xhtml
|
||||
load 388183-1.html
|
||||
load 395340-1.html
|
||||
|
|
Загрузка…
Ссылка в новой задаче