mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +01:00
Fixed definition of Close and Send in WebSocket.webidl and updated implementation in websocket.rs.
This commit is contained in:
parent
c51e9f0455
commit
66e9b33a52
5 changed files with 17 additions and 8 deletions
|
@ -1,3 +1,5 @@
|
|||
[Close-reason-unpaired-surrogates.htm]
|
||||
type: testharness
|
||||
expected: TIMEOUT
|
||||
[W3C WebSocket API - Create WebSocket - Close the Connection - close(reason with unpaired surrogates) - connection should get closed]
|
||||
expected: NOTRUN
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
[Send-Unpaired-Surrogates.htm]
|
||||
type: testharness
|
||||
expected: TIMEOUT
|
||||
[W3C WebSocket API - Send unpaired surrogates on a WebSocket - Message should be received]
|
||||
expected: NOTRUN
|
||||
[W3C WebSocket API - Send unpaired surrogates on a WebSocket - Connection should be closed]
|
||||
expected: NOTRUN
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
[006.html]
|
||||
type: testharness
|
||||
expected: TIMEOUT
|
||||
[WebSockets: send() with unpaired surrogate when readyState is OPEN]
|
||||
expected: TIMEOUT
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue