Summary

Harness status: OK

Found 1 tests

Details

ResultTest NameMessage
Pass postMessage(): clone a port
Asserts run
Pass
assert_equals("ports", "ports")
    at Test.<anonymous> ( /workers/postMessage_clone_port.htm:12:5)
Pass
assert_not_equals(object "[object MessagePort]", object "[object MessagePort]", "new cloned port object should not equal to the original port!")
    at Test.<anonymous> ( /workers/postMessage_clone_port.htm:14:5)
Pass
assert_equals("ping", "ping", "Data sent through remote port is received by the new cloned port")
    at Test.<anonymous> ( /workers/postMessage_clone_port.htm:16:7)