diff options
| author | Gael Pasgrimaud <gael@gawel.org> | 2013-01-28 16:52:00 +0100 |
|---|---|---|
| committer | Gael Pasgrimaud <gael@gawel.org> | 2013-01-28 16:52:00 +0100 |
| commit | 2b2322b0c01ddacee9d6ccbf765cb0795a1dd1dd (patch) | |
| tree | 7277b9f3ee7e453ea4c60103f59a75beb2487639 /docs/form.html | |
| parent | d5cff51fd1ce4ceb0ccbff4e84f46bcb63582bdc (diff) | |
| download | webtest-2b2322b0c01ddacee9d6ccbf765cb0795a1dd1dd.tar.gz | |
no need of two checkbox
Diffstat (limited to 'docs/form.html')
| -rw-r--r-- | docs/form.html | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/form.html b/docs/form.html index 882feac..59037d1 100644 --- a/docs/form.html +++ b/docs/form.html @@ -13,9 +13,8 @@ <option value="option3" selected="selected">Option 3</option> </select> <input type="radio" name="radio" value="Radio 1" /> - <input type="radio" name="radio" value="Radio 2" selected="selected"/> + <input type="radio" name="radio" value="Radio 2" checked="checked"/> <input type="checkbox" name="checkbox" value="checkbox 1" /> - <input type="checkbox" name="checkbox" value="checkbox 2" selected="selected"/> <input type="hidden" name="hidden" value="1" /> <input type="file" name="file" value="" /> <input type="submit" name="submit" value="Submit" /> |
