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:
parent
ccf1e94a7d
commit
b353a7b37b
2 changed files with 24 additions and 18 deletions
|
@ -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() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue