mirror of
https://github.com/servo/servo.git
synced 2025-07-05 22:43:40 +01:00
Update web-platform-tests to revision 615bb572c95add74ca4fb9fed4af5269a49cf4ef
This commit is contained in:
parent
b628b6ef8e
commit
0aa76d7524
162 changed files with 2069 additions and 636 deletions
|
@ -1,7 +1,7 @@
|
|||
// META: script=websocket.sub.js
|
||||
|
||||
var testOpen = async_test("W3C WebSocket API - Create WebSocket - Pass a valid URL and array of protocol strings - Connection should be opened");
|
||||
var testClose = async_test("W3C WebSocket API - Create WebSocket - Pass a valid URL and array of protocol strings - Connection should be closed");
|
||||
var testOpen = async_test("Create WebSocket - Pass a valid URL and array of protocol strings - Connection should be opened");
|
||||
var testClose = async_test("Create WebSocket - Pass a valid URL and array of protocol strings - Connection should be closed");
|
||||
|
||||
var wsocket = CreateWebSocket(false, false, true);
|
||||
var isOpenCalled = false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue