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

Side by Side Diff: LayoutTests/fast/forms/number/number-spinbutton-changeevent-trigger-expected.txt

Issue 196933006: Do not dispatch 'change' events during pressing spin buttons for input[type=number]. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Removed double change event changes Created 6 years, 8 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
(Empty)
1 Should not trigger any event
2 PASS inputEventCounter is 0
3 PASS changeEventCounter is 0
4 Input and change events occurs on mouse down
5 PASS inputEventCounter is 1
6 PASS changeEventCounter is 1
7 PASS numberInput1.value is "1"
8 Pressed more than once, still events are triggered
9 PASS inputEventCounter is 2
10 PASS changeEventCounter is 2
11 PASS numberInput1.value is "2"
12 When moving away from field, it should not trigger event, only on value change
13 PASS inputEventCounter is 2
14 PASS changeEventCounter is 2
15 PASS numberInput1.value is "2"
16 PASS successfullyParsed is true
17
18 TEST COMPLETE
19
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698