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

Unified Diff: LayoutTests/fast/forms/range/range-keyboard-oninput-event-expected.txt

Issue 178593003: Dispatch input event for Range element keyboard event (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Updated test to use event.type and corrected format 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 side-by-side diff with in-line comments
Download patch
Index: LayoutTests/fast/forms/range/range-keyboard-oninput-event-expected.txt
diff --git a/LayoutTests/fast/forms/range/range-keyboard-oninput-event-expected.txt b/LayoutTests/fast/forms/range/range-keyboard-oninput-event-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..ed67c5b7b0ac5c7a51d28a8b3ee92a9f0c4284ab
--- /dev/null
+++ b/LayoutTests/fast/forms/range/range-keyboard-oninput-event-expected.txt
@@ -0,0 +1,15 @@
+Test that for each keyboard event both input and change event are dispatched
+
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
+
+
+Move left
+PASS inputEventCounter is >= lastInputEventCounter + 1
+PASS changeEventCounter is >= lastChangeEventCounter + 1
+Move right
+PASS inputEventCounter is >= lastInputEventCounter + 1
+PASS changeEventCounter is >= lastChangeEventCounter + 1
+PASS successfullyParsed is true
+
+TEST COMPLETE
+

Powered by Google App Engine
This is Rietveld 408576698