mirror of
https://github.com/servo/servo.git
synced 2025-08-03 20:50:07 +01:00
Implement a basic WebSocket interface.
This commit is contained in:
parent
10f8fe0067
commit
b1d6041420
6 changed files with 79 additions and 36 deletions
|
@ -9228,45 +9228,9 @@
|
|||
[EventSource interface: operation close()]
|
||||
expected: FAIL
|
||||
|
||||
[WebSocket interface: existence and properties of interface object]
|
||||
expected: FAIL
|
||||
|
||||
[WebSocket interface object length]
|
||||
expected: FAIL
|
||||
|
||||
[WebSocket interface: existence and properties of interface prototype object]
|
||||
expected: FAIL
|
||||
|
||||
[WebSocket interface: existence and properties of interface prototype object\'s "constructor" property]
|
||||
expected: FAIL
|
||||
|
||||
[WebSocket interface: attribute url]
|
||||
expected: FAIL
|
||||
|
||||
[WebSocket interface: constant CONNECTING on interface object]
|
||||
expected: FAIL
|
||||
|
||||
[WebSocket interface: constant CONNECTING on interface prototype object]
|
||||
expected: FAIL
|
||||
|
||||
[WebSocket interface: constant OPEN on interface object]
|
||||
expected: FAIL
|
||||
|
||||
[WebSocket interface: constant OPEN on interface prototype object]
|
||||
expected: FAIL
|
||||
|
||||
[WebSocket interface: constant CLOSING on interface object]
|
||||
expected: FAIL
|
||||
|
||||
[WebSocket interface: constant CLOSING on interface prototype object]
|
||||
expected: FAIL
|
||||
|
||||
[WebSocket interface: constant CLOSED on interface object]
|
||||
expected: FAIL
|
||||
|
||||
[WebSocket interface: constant CLOSED on interface prototype object]
|
||||
expected: FAIL
|
||||
|
||||
[WebSocket interface: attribute readyState]
|
||||
expected: FAIL
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue