Bug 1134791 - Show the testharness.js output when the browser remains open after running the test; r=bz

This commit is contained in:
Ms2ger 2015-03-11 15:43:28 +01:00
Родитель a0cff90eee
Коммит edf28e957e
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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) {