<html>
<script>
top.allowedCallFromSandbox();
</script>
<body onload="document.getElementById('f').submit();">
<form id='f' action="javascript:top.disallowedFormSubmitted();">
<input name="x" value="y" type="checkbox" checked="yes" />
</form>
</body>
</html>