Make test_slave.html as valid html5.

Fix also warnings in the error console that appear from a test run.
This commit is contained in:
Kalervo Kujala 2011-10-10 23:46:43 +03:00
parent ccf1e94a7d
commit b353a7b37b
2 changed files with 24 additions and 18 deletions

View file

@ -178,7 +178,7 @@ function snapshotCurrentPage(task, failure) {
function sendQuitRequest() {
var r = new XMLHttpRequest();
r.open('POST', '/tellMeToQuit?path=' + escape(appPath), false);
r.send('');
r.send(null);
}
function quitApp() {