Pass | Setting event handlers to null onclose | Asserts runPass | 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) |
|
Pass | Setting event handlers to null onopen | Asserts runPass | 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) |
|
Pass | Setting event handlers to null onerror | Asserts runPass | 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) |
|
Pass | Setting event handlers to null onmessage | Asserts runPass | 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) |
|