summaryrefslogtreecommitdiff
path: root/docs/form.html
diff options
context:
space:
mode:
authorGael Pasgrimaud <gael@gawel.org>2013-02-21 20:56:40 +0100
committerGael Pasgrimaud <gael@gawel.org>2013-02-21 20:56:40 +0100
commitbfddb6e15cc391ddf82162850012334e62f88d44 (patch)
tree540f9e6e40bf7a8795cd3b787c169608ce81314b /docs/form.html
parente35b0f12bc1cdaec3f1ac8ca67c2af52a46655aa (diff)
downloadwebtest-bfddb6e15cc391ddf82162850012334e62f88d44.tar.gz
add more test for forms
Diffstat (limited to 'docs/form.html')
-rw-r--r--docs/form.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/form.html b/docs/form.html
index 59037d1..76ce700 100644
--- a/docs/form.html
+++ b/docs/form.html
@@ -15,6 +15,7 @@
<input type="radio" name="radio" value="Radio 1" />
<input type="radio" name="radio" value="Radio 2" checked="checked"/>
<input type="checkbox" name="checkbox" value="checkbox 1" />
+ <input type="checkbox" name="checkbox2" />
<input type="hidden" name="hidden" value="1" />
<input type="file" name="file" value="" />
<input type="submit" name="submit" value="Submit" />