flutter_flutter/engine/web/tests/data/reload_post.html
2014-10-23 11:17:19 -07:00

9 lines
177 B
HTML

<html>
<body>
<form action="reload_post.html" method="post">
<input name="a" value="b">
<input id="mysubmit" type="submit" name="Submit" value="Submit">
</form>
</body>
</html>