blob: 2676c1f67c7cb7519f936ef1b568b3f3157b7870 [file] [log] [blame]
<!doctype html>
<title>just one argument</title>
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
<div id="log"></div>
<script>
test(function() {
postMessage('');
this.done();
});
</script>