blob: 21c8388d0b9ac9163a183d25d89067602efbe178 [file] [log] [blame]
<!-- Submit input with an empty name should still be sent. -->
<form method="post" action="resources/post-echo-and-notify-done.cgi">
<input type="submit" name="submit" value="">
</form>
<script>
if (window.layoutTestController) {
layoutTestController.dumpAsText();
layoutTestController.waitUntilDone();
}
document.getElementsByName("submit")[0].click();
</script>