Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(9)

Side by Side Diff: LayoutTests/fast/forms/implicit-submission-expected.txt

Issue 14146002: Remove all generic expected results for which a generic Chromium expected result exists (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
(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
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698