Merge pull request #327 from kkujala/master
Keep the results visible in test_slave.html before quitting.
This commit is contained in:
commit
2b0d3418bd
@ -156,7 +156,8 @@ function sendQuitRequest() {
|
|||||||
|
|
||||||
function quitApp() {
|
function quitApp() {
|
||||||
log('Done !');
|
log('Done !');
|
||||||
document.body.innerHTML = 'Tests are finished. <h1>CLOSE ME!</h1>';
|
document.body.innerHTML = 'Tests are finished. <h1>CLOSE ME!</h1>' +
|
||||||
|
document.body.innerHTML;
|
||||||
if (window.SpecialPowers) {
|
if (window.SpecialPowers) {
|
||||||
SpecialPowers.quitApplication();
|
SpecialPowers.quitApplication();
|
||||||
} else {
|
} else {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user