Added HTMLForm unit tests

This commit is contained in:
Pierre-Olivier Latour
2014-04-25 07:14:40 -07:00
parent 142f007e58
commit 3dc7cb0ec4
5 changed files with 45 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
HTTP/1.1 200 OK
Cache-Control: no-cache
Content-Length: 293
Content-Type: text/html; charset=utf-8
Connection: Close
Server: GCDWebServer
Date: Fri, 25 Apr 2014 14:12:09 GMT
<html><body> <form name="input" action="/" method="post" enctype="application/x-www-form-urlencoded"> Value: <input type="text" name="value"> <input type="submit" value="Submit"> </form> </body></html>