blob: af54d03ee62fc903cf2522469ed5055039e0e0c1 [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.testRunner) {
testRunner.dumpAsText();
testRunner.waitUntilDone();
}
document.getElementsByName("submit")[0].click();
</script>