blob: 521251699a083de973151c5a052e2012e1d1722a [file] [log] [blame]
importScripts("/resources/testharness.js");
test(function() {
var rv = postMessage(1);
assert_equals(rv, undefined);
}, "return value of postMessage");
done();