Summary

Harness status: OK

Found 2 tests

Details

ResultTest NameMessage
PassTest Description: Objects listed in transfer are transferred, not just cloned, meaning that they are no longer usable on the sending side.
Asserts run
Pass
assert_array_equals(["PING", "TRANSFERRED"], ["PING", "TRANSFERRED"], "ActualResult")
    at Test.VerifyResult ( /webmessaging/Transferred_objects_unusable.sub.htm:54:13)
PassMessageChannel is supported.
Asserts run
Pass
assert_own_property(object "[object Window]", "MessageChannel", "window")
    at Test.<anonymous> ( /webmessaging/Transferred_objects_unusable.sub.htm:33:13)