Summary

Harness status: OK

Found 3 tests

Details

ResultTest NameMessage
PassThe default value of onmessageerror is null
Asserts run
Pass
assert_equals(null, null, "body")
    at Test.<anonymous> ( /webmessaging/messageerror.html:20:3)
Pass
assert_equals(null, null, "window")
    at Test.<anonymous> ( /webmessaging/messageerror.html:21:3)
PassThe onmessageerror content attribute must be compiled into the onmessageerror property
Asserts run
Pass
assert_equals("function", "function", "The onmessageerror property must be a function")
    at Test.<anonymous> ( /webmessaging/messageerror.html:30:3)
Pass
assert_true(true, "Calling the handler must run the code")
    at Test.<anonymous> ( /webmessaging/messageerror.html:32:3)
PassThe onmessageerror content attribute must execute when an event is dispatched on the window
Asserts run
Pass
assert_true(true, "Dispatching the event must run the code")
    at Test.<anonymous> ( /webmessaging/messageerror.html:42:3)