diff --git a/test/driver.js b/test/driver.js index f12dcae23..92fc00af1 100644 --- a/test/driver.js +++ b/test/driver.js @@ -156,7 +156,8 @@ function sendQuitRequest() { function quitApp() { 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) { SpecialPowers.quitApplication(); } else {