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 |
+ |