зеркало из https://github.com/mozilla/gecko-dev.git
No bug - Add an extra message when TestRunner.js calls timeout.
This commit is contained in:
Родитель
76ce43772a
Коммит
49e9bf3592
|
@ -167,6 +167,7 @@ var W3CTest = {
|
|||
* from tests.
|
||||
*/
|
||||
"timeout": function() {
|
||||
this.logFailure("Test runner timed us out.");
|
||||
timeout();
|
||||
}
|
||||
};
|
||||
|
|
Загрузка…
Ссылка в новой задаче