Update web-platform-tests to revision 0d9238c8062f05a55898a0cb60dc0c353794d87a

This commit is contained in:
James Graham 2016-01-20 14:52:45 +00:00
parent c80fa33864
commit 7e8624d921
57 changed files with 5290 additions and 266 deletions

View file

@ -32,8 +32,8 @@ async_test(function(outer) {
ws.send(stuffToSend[i]);
}
}
ws.onopen = function(e) {
ws.onopen = outer.step_func(function(e) {
sendNext();
}
});
}, "Constructor succeeds");
</script>