зеркало из https://github.com/mozilla/gecko-dev.git
Add bug 353713 crashtest to CLOSED TREE. This test takes about 2 seconds on my machine as it tests mTooDeepWriteRecursion code, making it the slowest crashtest; hopefully this doesn't cause problems.
This commit is contained in:
Родитель
3319ada4e4
Коммит
876fdf2ecf
|
@ -0,0 +1,19 @@
|
|||
<!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,3 +1,4 @@
|
|||
load 353713-1.html
|
||||
load 388183-1.html
|
||||
load 395340-1.html
|
||||
load 407053.html
|
||||
|
|
Загрузка…
Ссылка в новой задаче