OLD | NEW |
| (Empty) |
1 Tests various combinations of form elements and how implicit submission works wi
th them. | |
2 | |
3 Single text input should submit: PASS | |
4 Single text input with submit disabled should submit: PASS | |
5 Multiple text inputs should not submit: PASS | |
6 Multiple text inputs with submit should submit: PASS | |
7 Multiple text inputs with submit disabled should not submit: PASS | |
8 Multiple text inputs and multiple submits, first submit disabled should submit:
PASS | |
9 Text input and text area, text input focused should submit: PASS | |
10 Text input and text area and a submit, text input focused should submit: PASS | |
11 Text input and text area and a disabled submit, text input focused should submit
: PASS | |
12 Text input and checkbox, text input focused should submit: PASS | |
13 Text input and radio, text input focused should submit: PASS | |
14 Text input and text area, textarea focused should not submit: PASS | |
15 Text input and checkbox, checkbox focused should not submit: PASS | |
16 Text input and radio, radio focused should not submit: PASS | |
17 Single radio should not submit: PASS | |
18 Single checkbox should not submit: PASS | |
19 Single checkbox with a submit should submit: PASS | |
20 Single checkbox with a submit disabled should not submit: PASS | |
21 Single select should not submit: PASS | |
22 Select with a submit should submit: FAIL | |
23 Select with a disabled submit should not submit: PASS | |
24 Multi-line select with a submit should submit: PASS | |
25 Multi-line select with a disabled submit should not submit: PASS | |
26 Text field and single select, text focused should submit: PASS | |
27 Text field and single select, select focused should not submit: PASS | |
28 Multiple text inputs with a button should submit: PASS | |
29 Multiple text inputs with a disabled button should not submit: PASS | |
OLD | NEW |