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

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

Issue 1376793003: Fix the flaky test by ensuring the image used by <input type=image> is loaded. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix TestExpectation Created 5 years, 2 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
OLDNEW
1 Mock: Opening a file chooser. 1 Mock: Opening a file chooser.
2 Mock: Opening a file chooser. 2 Mock: Opening a file chooser.
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). 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).
4 4
5 Focusing [object HTMLInputElement] type=text and pressing enter 5 Focusing [object HTMLInputElement] type=text and pressing enter
6 form submitted 6 form submitted
7 7
8 Activated [object HTMLInputElement] type=submit 8 Activated [object HTMLInputElement] type=submit
9 form submitted 9 form submitted
10 10
11 Focusing [object HTMLInputElement] type=submit and pressing enter 11 Focusing [object HTMLInputElement] type=submit and pressing enter
12 Activated [object HTMLInputElement] type=submit 12 Activated [object HTMLInputElement] type=submit
13 form submitted 13 form submitted
14 14
15 anchor activated 15 Activated [object HTMLInputElement] type=image
16 form submitted
16 17
17 Focusing [object HTMLInputElement] type=image and pressing enter 18 Focusing [object HTMLInputElement] type=image and pressing enter
18 Activated [object HTMLInputElement] type=image 19 Activated [object HTMLInputElement] type=image
19 form submitted 20 form submitted
20 21
21 Activated [object HTMLButtonElement] type=submit 22 Activated [object HTMLButtonElement] type=submit
22 form submitted 23 form submitted
23 24
24 Focusing [object HTMLButtonElement] type=submit and pressing enter 25 Focusing [object HTMLButtonElement] type=submit and pressing enter
25 Activated [object HTMLButtonElement] type=submit 26 Activated [object HTMLButtonElement] type=submit
26 form submitted 27 form submitted
27 28
28 Activated [object HTMLInputElement] type=reset 29 Activated [object HTMLInputElement] type=reset
29 Focusing [object HTMLInputElement] type=reset and pressing enter 30 Focusing [object HTMLInputElement] type=reset and pressing enter
30 Activated [object HTMLInputElement] type=reset 31 Activated [object HTMLInputElement] type=reset
31 Activated [object HTMLButtonElement] type=reset 32 Activated [object HTMLButtonElement] type=reset
32 Focusing [object HTMLButtonElement] type=reset and pressing enter 33 Focusing [object HTMLButtonElement] type=reset and pressing enter
33 Activated [object HTMLButtonElement] type=reset 34 Activated [object HTMLButtonElement] type=reset
34 Activated [object HTMLInputElement] type=checkbox 35 Activated [object HTMLInputElement] type=checkbox
35 Activated [object HTMLInputElement] type=radio 36 Activated [object HTMLInputElement] type=radio
36 Activated [object HTMLInputElement] type=file 37 Activated [object HTMLInputElement] type=file
37 Focusing [object HTMLInputElement] type=file and pressing enter 38 Focusing [object HTMLInputElement] type=file and pressing enter
38 Activated [object HTMLInputElement] type=file 39 Activated [object HTMLInputElement] type=file
39 40
40 The details element was opened 41 The details element was opened
41 42
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698