mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Implement incomplete opening, sending, and closing behaviour for WebSockets using rust-websocket.
Authors: Shivaji Vidhale <savidhal@ncsu.edu> William Galliher <wpgallih@ncsu.edu> Allen Chen <achen4@ncsu.edu> Rucha Jogaikar <rsjogaik@ncsu.edu>
This commit is contained in:
parent
49aed6555d
commit
5afec62f07
200 changed files with 1626 additions and 60 deletions
|
@ -0,0 +1,12 @@
|
|||
[Secure-Send-binary-arraybufferview-float64.htm]
|
||||
type: testharness
|
||||
expected: TIMEOUT
|
||||
[W3C WebSocket API - Send binary data on a WebSocket - ArrayBufferView - Float64Array - Connection should be opened]
|
||||
expected: NOTRUN
|
||||
|
||||
[W3C WebSocket API - Send binary data on a WebSocket - ArrayBufferView - Float64Array - Message should be received]
|
||||
expected: NOTRUN
|
||||
|
||||
[W3C WebSocket API - Send binary data on a WebSocket - ArrayBufferView - Float64Array - Connection should be closed]
|
||||
expected: NOTRUN
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue