<!doctype html><title>undefined as ports</title><scriptsrc="/resources/testharness.js"></script><scriptsrc="/resources/testharnessreport.js"></script><divid=log></div><script>async_test(function(){postMessage('','*',undefined);onmessage=this.step_func(function(e){assert_array_equals(e.ports,[]);this.done();});});</script>