Summary

Harness status: OK

Found 4 tests

Details

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