blob: 8a3543fcbcf4a51b1a3e95a549c5b345fa39dcf3 [file] [log] [blame]
<iframe id="i"></iframe>
<script>
var form = i.contentDocument.createElement("form");
i.remove();
form.action = "GET";
</script>