blob: 67ff97ce00c2f74bc5ce8dcb3402a12890995374 [file] [log] [blame]
<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>