diff options
Diffstat (limited to 'tests/html/form_inputs.html')
| -rw-r--r-- | tests/html/form_inputs.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/html/form_inputs.html b/tests/html/form_inputs.html index bbec437..3a5e742 100644 --- a/tests/html/form_inputs.html +++ b/tests/html/form_inputs.html @@ -10,6 +10,7 @@ <input type="file" name="file" /> <input type="unknown" name="unknown" /> <input type="submit" name="submit" /> + <button name='button'>Button</button> </form> <form method="POST" id="text_input_form"> <input name="foo" type="text" value="bar"> |
