diff options
| author | Andrey Lebedev <andrey@lebedev.lt> | 2013-03-22 17:05:09 +0200 |
|---|---|---|
| committer | Andrey Lebedev <andrey@lebedev.lt> | 2013-03-22 17:12:47 +0200 |
| commit | f940e9f83c8cd3f9c51bc60a1cd9b582dd9fa395 (patch) | |
| tree | cdc28e9b2c2af00d226720a49a0cb6fdf19fad4d /tests/html/form_inputs.html | |
| parent | ced890ac4cd10c9cbfca2c7540c329c53ded6eb6 (diff) | |
| download | webtest-f940e9f83c8cd3f9c51bc60a1cd9b582dd9fa395.tar.gz | |
All <button> elements are treated as submit controls
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"> |
