Summary

Harness status: OK

Found 8 tests

Details

ResultTest NameMessage
PassWebSocket.prototype.CONNECTING
Asserts run
Pass
assert_equals(0, 0)
    at Test.<anonymous> ( /websockets/interfaces/WebSocket/constants/004.html:14:5)
Passws.CONNECTING
Asserts run
Pass
assert_equals(0, 0)
    at Test.<anonymous> ( /websockets/interfaces/WebSocket/constants/004.html:18:5)
PassWebSocket.prototype.OPEN
Asserts run
Pass
assert_equals(1, 1)
    at Test.<anonymous> ( /websockets/interfaces/WebSocket/constants/004.html:14:5)
Passws.OPEN
Asserts run
Pass
assert_equals(1, 1)
    at Test.<anonymous> ( /websockets/interfaces/WebSocket/constants/004.html:18:5)
PassWebSocket.prototype.CLOSING
Asserts run
Pass
assert_equals(2, 2)
    at Test.<anonymous> ( /websockets/interfaces/WebSocket/constants/004.html:14:5)
Passws.CLOSING
Asserts run
Pass
assert_equals(2, 2)
    at Test.<anonymous> ( /websockets/interfaces/WebSocket/constants/004.html:18:5)
PassWebSocket.prototype.CLOSED
Asserts run
Pass
assert_equals(3, 3)
    at Test.<anonymous> ( /websockets/interfaces/WebSocket/constants/004.html:14:5)
Passws.CLOSED
Asserts run
Pass
assert_equals(3, 3)
    at Test.<anonymous> ( /websockets/interfaces/WebSocket/constants/004.html:18:5)