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

Side by Side Diff: LayoutTests/fast/events/domactivate-sets-underlying-click-event-as-handled-expected.txt

Issue 23484032: Shadow DOM: Move handleDOMActivateEvent back from InputTypeView to InputType. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 3 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
1 Mock: Opening a file chooser.
2 Mock: Opening a file chooser.
1 To test manually, click on all the form elements (except the textbox) and the de tails/summary element. The anchor shouldn't be activated (i.e. you shouldn't see any "anchor activated" messages). 3 To test manually, click on all the form elements (except the textbox) and the de tails/summary element. The anchor shouldn't be activated (i.e. you shouldn't see any "anchor activated" messages).
2 4
3 Focusing [object HTMLInputElement] type=text and pressing enter 5 Focusing [object HTMLInputElement] type=text and pressing enter
4 form submitted 6 form submitted
5 7
6 Activated [object HTMLInputElement] type=submit 8 Activated [object HTMLInputElement] type=submit
7 form submitted 9 form submitted
8 10
9 Focusing [object HTMLInputElement] type=submit and pressing enter 11 Focusing [object HTMLInputElement] type=submit and pressing enter
10 Activated [object HTMLInputElement] type=submit 12 Activated [object HTMLInputElement] type=submit
(...skipping 20 matching lines...) Expand all
31 Focusing [object HTMLButtonElement] type=reset and pressing enter 33 Focusing [object HTMLButtonElement] type=reset and pressing enter
32 Activated [object HTMLButtonElement] type=reset 34 Activated [object HTMLButtonElement] type=reset
33 Activated [object HTMLInputElement] type=checkbox 35 Activated [object HTMLInputElement] type=checkbox
34 Activated [object HTMLInputElement] type=radio 36 Activated [object HTMLInputElement] type=radio
35 Activated [object HTMLInputElement] type=file 37 Activated [object HTMLInputElement] type=file
36 Focusing [object HTMLInputElement] type=file and pressing enter 38 Focusing [object HTMLInputElement] type=file and pressing enter
37 Activated [object HTMLInputElement] type=file 39 Activated [object HTMLInputElement] type=file
38 40
39 The details element was opened 41 The details element was opened
40 42
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698