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

Side by Side Diff: LayoutTests/accessibility/input-type-range-value-change-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: Just did some cleanup 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 51
8 PASS range1.intValue is 52
9 PASS range1.intValue is 51
10 PASS range1.intValue is 52
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 range3.intValue is 10
17 PASS range3.intValue is 15
18 PASS range3.intValue is 20
19 PASS range3.intValue is 15
20 PASS range3.intValue is 20
21 PASS successfullyParsed is true
22
23 TEST COMPLETE
24
OLDNEW
« no previous file with comments | « LayoutTests/accessibility/input-type-range-value-change.html ('k') | Source/modules/accessibility/AXNodeObject.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698