mirror of
https://github.com/servo/servo.git
synced 2025-08-05 13:40:08 +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
|
@ -4,4 +4,4 @@ test(function() {
|
|||
var wsocket = CreateWebSocket(false, true, false);
|
||||
assert_equals(wsocket.protocol, "", "protocol should be empty");
|
||||
wsocket.close();
|
||||
}, "W3C WebSocket API - Create WebSocket - wsocket.protocol should be empty before connection is established")
|
||||
}, "Create WebSocket - wsocket.protocol should be empty before connection is established")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue