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
parent 410ec92723
commit c357ab5156

View File

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