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

Side by Side Diff: LayoutTests/fast/forms/select/listbox-tap-input-change-event-expected.txt

Issue 486583002: Regression: r170111 Tapping listbox items should fire change/input event (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 4 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 Test when window out of focus, should dispatch both blur and change event 1 Tapping on listbox items should fire an input and a change event.
2 2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4 4
5 5
6 PASS blurEventCounter is 0
7 PASS changeEventCounter is 0 6 PASS changeEventCounter is 0
8 PASS blurEventCounter is 1 7 PASS inputEventCounter is 0
9 PASS changeEventCounter is 1 8 PASS changeEventCounter is 1
9 PASS inputEventCounter is 1
10 PASS successfullyParsed is true 10 PASS successfullyParsed is true
11 11
12 TEST COMPLETE 12 TEST COMPLETE
13 13
OLDNEW
« no previous file with comments | « LayoutTests/fast/forms/select/listbox-tap-input-change-event.html ('k') | Source/core/html/HTMLSelectElement.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698