Summary

Harness status: OK

Found 4 tests

Details

ResultTest NameMessage
PassSetting event handlers to null onclose
Asserts run
Pass
assert_equals(function "function() {}", function "function() {}", "onclose")
    at Test.<anonymous> ( /websockets/interfaces/WebSocket/events/014.html:16:5)
Pass
assert_equals(null, null, "onclose")
    at Test.<anonymous> ( /websockets/interfaces/WebSocket/events/014.html:18:5)
PassSetting event handlers to null onopen
Asserts run
Pass
assert_equals(function "function() {}", function "function() {}", "onopen")
    at Test.<anonymous> ( /websockets/interfaces/WebSocket/events/014.html:16:5)
Pass
assert_equals(null, null, "onopen")
    at Test.<anonymous> ( /websockets/interfaces/WebSocket/events/014.html:18:5)
PassSetting event handlers to null onerror
Asserts run
Pass
assert_equals(function "function() {}", function "function() {}", "onerror")
    at Test.<anonymous> ( /websockets/interfaces/WebSocket/events/014.html:16:5)
Pass
assert_equals(null, null, "onerror")
    at Test.<anonymous> ( /websockets/interfaces/WebSocket/events/014.html:18:5)
PassSetting event handlers to null onmessage
Asserts run
Pass
assert_equals(function "function() {}", function "function() {}", "onmessage")
    at Test.<anonymous> ( /websockets/interfaces/WebSocket/events/014.html:16:5)
Pass
assert_equals(null, null, "onmessage")
    at Test.<anonymous> ( /websockets/interfaces/WebSocket/events/014.html:18:5)