Pass | The default value of onmessageerror is null | Asserts runPass | 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) |
|
Pass | The onmessageerror content attribute must be compiled into the onmessageerror property | Asserts runPass | 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) |
|
Pass | The onmessageerror content attribute must execute when an event is dispatched on the window | Asserts runPass | assert_true(true, "Dispatching the event must run the code")
at Test.<anonymous> ( /webmessaging/messageerror.html:42:3) |
|