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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: LayoutTests/accessibility/input-type-range-value-change-expected.txt
diff --git a/LayoutTests/accessibility/input-type-range-value-change-expected.txt b/LayoutTests/accessibility/input-type-range-value-change-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..1fdf7d496436b9544131410d3180dec604d053af
--- /dev/null
+++ b/LayoutTests/accessibility/input-type-range-value-change-expected.txt
@@ -0,0 +1,24 @@
+Check whether changing slider's value without step attribute works properly
+
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
+
+
+PASS range1.intValue is 50
+PASS range1.intValue is 51
+PASS range1.intValue is 52
+PASS range1.intValue is 51
+PASS range1.intValue is 52
+PASS range2.intValue is 5
+PASS range2.intValue is 6
+PASS range2.intValue is 7
+PASS range2.intValue is 6
+PASS range2.intValue is 7
+PASS range3.intValue is 10
+PASS range3.intValue is 15
+PASS range3.intValue is 20
+PASS range3.intValue is 15
+PASS range3.intValue is 20
+PASS successfullyParsed is true
+
+TEST COMPLETE
+
« 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