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

Side by Side Diff: LayoutTests/accessibility/input-slider-change-value-by-percent-expected.txt

Issue 1071873004: Changing slider values do not work properly when percent change of a step is less than one. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 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 Check whether changing slider's value without step attribute works properly
2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4
5
6 PASS range1.intValue is 50
7 PASS range1.intValue is 55
8 PASS range1.intValue is 60
9 PASS range1.intValue is 55
10 PASS range1.intValue is 60
11 PASS range2.intValue is 5
12 PASS range2.intValue is 6
13 PASS range2.intValue is 7
14 PASS range2.intValue is 6
15 PASS range2.intValue is 7
16 PASS successfullyParsed is true
17
18 TEST COMPLETE
19
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698