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

Side by Side Diff: LayoutTests/fast/forms/range/slider-mouse-events-expected.txt

Issue 125973004: Update of change event for range input type (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: OnChange to also trigger OnInput event Created 6 years, 10 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 This tests that slider controls get mousedown, mousemove, input, and mouseup eve nts and properly set its value. 1 This tests that slider controls get mousedown, mousemove, input, and mouseup eve nts and properly set its value.
2 2
3 mousemove 3 mousemove
4 mousedown 4 mousedown
5 0 5 0
6 mousemove 6 mousemove
7 input 7 input
8 mouseup 8 mouseup
9 input
9 40 10 40
10 mousemove 11 mousemove
11 mousedown 12 mousedown
12 input 13 input
13 5 14 5
14 mousemove 15 mousemove
15 input 16 input
16 mouseup 17 mouseup
18 input
17 20 19 20
18 20
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698