Summary

Harness status: OK

Found 2 tests

Details

ResultTest NameMessage
PassMessageChannel's ports as MessagePort objects
Asserts run
Pass
assert_equals(2, 2)
    at Test.<anonymous> ( /webmessaging/with-ports/027.html:11:5)
PassOld-style array objects
Asserts run
Pass
assert_throws_js(function "function TypeError() { [native code] }", function "() => { postMessage('', '*', channel) }", "Old-style WebIDL arrays must throw a type error")
    at Test.<anonymous> ( /webmessaging/with-ports/027.html:21:3)