diff options
| author | Gael Pasgrimaud <gael@gawel.org> | 2013-02-21 20:56:40 +0100 |
|---|---|---|
| committer | Gael Pasgrimaud <gael@gawel.org> | 2013-02-21 20:56:40 +0100 |
| commit | bfddb6e15cc391ddf82162850012334e62f88d44 (patch) | |
| tree | 540f9e6e40bf7a8795cd3b787c169608ce81314b /docs/form.html | |
| parent | e35b0f12bc1cdaec3f1ac8ca67c2af52a46655aa (diff) | |
| download | webtest-bfddb6e15cc391ddf82162850012334e62f88d44.tar.gz | |
add more test for forms
Diffstat (limited to 'docs/form.html')
| -rw-r--r-- | docs/form.html | 1 |
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" /> |
