зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1134791 - Show the testharness.js output when the browser remains open after running the test; r=bz
This commit is contained in:
Родитель
a0cff90eee
Коммит
edf28e957e
|
@ -303,7 +303,7 @@ var W3CTest = {
|
|||
add_result_callback(W3CTest.result.bind(W3CTest));
|
||||
add_completion_callback(W3CTest.finish.bind(W3CTest));
|
||||
setup({
|
||||
"output": false,
|
||||
"output": W3CTest.runner && !W3CTest.runner.getParameterInfo().closeWhenDone,
|
||||
"explicit_timeout": true
|
||||
});
|
||||
} catch (e) {
|
||||
|
|
Загрузка…
Ссылка в новой задаче