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

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

Issue 60573007: Non-activated default buttons prevent implicit form submission. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Retire dated comment on button names Created 7 years, 1 month 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
OLDNEW
1 Tests various combinations of form elements and how implicit submission works wi th them. 1 Tests various combinations of form elements and how implicit submission works wi th them.
2 2
3 Single text input should submit: PASS 3 Single text input should submit: PASS
4 Single text input with submit disabled should submit: PASS 4 Single text input with submit disabled should not submit: PASS
5 Multiple text inputs should not submit: PASS 5 Multiple text inputs should not submit: PASS
6 Multiple text inputs with submit should submit: PASS 6 Multiple text inputs with submit should submit: PASS
7 Multiple text inputs with submit disabled should not 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 8 Multiple text inputs and multiple submits, first submit disabled should not subm it: PASS
9 Text input and text area, text input focused 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 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 11 Text input and text area and a disabled submit, text input focused should not su bmit: PASS
12 Text input and checkbox, 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 13 Text input and radio, text input focused should submit: PASS
14 Text input and text area, textarea focused should not 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 15 Text input and checkbox, checkbox focused should not submit: PASS
16 Text input and radio, radio focused should not submit: PASS 16 Text input and radio, radio focused should not submit: PASS
17 Single radio should not submit: PASS 17 Single radio should not submit: PASS
18 Single checkbox should not submit: PASS 18 Single checkbox should not submit: PASS
19 Single checkbox with a submit should submit: PASS 19 Single checkbox with a submit should submit: PASS
20 Single checkbox with a submit disabled should not submit: PASS 20 Single checkbox with a submit disabled should not submit: PASS
21 Single select should not submit: PASS 21 Single select should not submit: PASS
22 Select with a submit should submit: FAIL 22 Select with a submit should submit: FAIL
23 Select with a disabled submit should not submit: PASS 23 Select with a disabled submit should not submit: PASS
24 Multi-line select with a submit should submit: PASS 24 Multi-line select with a submit should submit: PASS
25 Multi-line select with a disabled submit should not 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 26 Text field and single select, text focused should submit: PASS
27 Text field and single select, select focused should not submit: PASS 27 Text field and single select, select focused should not submit: PASS
28 Multiple text inputs with a button should submit: PASS 28 Multiple text inputs with a button should submit: PASS
29 Multiple text inputs with a disabled button should not submit: PASS 29 Multiple text inputs with a disabled button should not submit: PASS
OLDNEW
« no previous file with comments | « LayoutTests/fast/forms/implicit-submission-expected.txt ('k') | Source/core/html/HTMLButtonElement.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698