зеркало из https://github.com/mozilla/gecko-dev.git
Set gPageCompleted so Spider can detect test completion, no bug.
This commit is contained in:
Родитель
3418d59578
Коммит
2b8ed2e56a
|
@ -2,4 +2,9 @@ if (window.opener && window.opener.runNextTest)
|
|||
{
|
||||
setTimeout('window.opener.runNextTest()', 250);
|
||||
}
|
||||
else
|
||||
{
|
||||
gPageCompleted = true;
|
||||
}
|
||||
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче