haikuwebkit/LayoutTests/fast/frames/resources/sandboxed-iframe-form-disal...

7 lines
230 B
HTML

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