mirror of
https://github.com/servo/servo.git
synced 2025-09-10 15:08:21 +01:00
Update web-platform-tests to revision 0d9238c8062f05a55898a0cb60dc0c353794d87a
This commit is contained in:
parent
c80fa33864
commit
7e8624d921
57 changed files with 5290 additions and 266 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue