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

Side by Side Diff: LayoutTests/fast/forms/month-multiple-fields/month-multiple-fields-spinbutton-change-and-input-events-expected.txt

Issue 128153002: Update of change event for datetime input type (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Added keyboard change event Created 6 years, 11 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 Test for event dispatching by spin buttons in a type=month input. 1 Test for event dispatching by spin buttons in a type=month input.
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 Initial state 6 Initial state
7 PASS changeEventCounter is 0 7 PASS changeEventCounter is 0
8 PASS inputEventCounter is 0 8 PASS inputEventCounter is 0
9 Click the upper button 9 Click the upper button
10 Triggers only input event
10 PASS testInput.value is "2012-11" 11 PASS testInput.value is "2012-11"
12 PASS changeEventCounter is 0
13 PASS inputEventCounter is 1
14 Triggers only change event
11 PASS changeEventCounter is 1 15 PASS changeEventCounter is 1
12 PASS inputEventCounter is 1 16 PASS inputEventCounter is 1
13 Focus on another field 17 Focus on another field
14 PASS changeEventCounter is 1 18 PASS changeEventCounter is 1
15 PASS inputEventCounter is 1 19 PASS inputEventCounter is 1
16 PASS successfullyParsed is true 20 PASS successfullyParsed is true
17 21
18 TEST COMPLETE 22 TEST COMPLETE
19 23
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698