Index: LayoutTests/fast/forms/datetimelocal-multiple-fields/datetimelocal-multiple-fields-spinbutton-change-and-input-events-expected.txt |
diff --git a/LayoutTests/fast/forms/datetimelocal-multiple-fields/datetimelocal-multiple-fields-spinbutton-change-and-input-events-expected.txt b/LayoutTests/fast/forms/datetimelocal-multiple-fields/datetimelocal-multiple-fields-spinbutton-change-and-input-events-expected.txt |
index 240f677e8d0ecfa1b32f162028db6609f2fca6af..8f66c164dfb8a0b8f99a6ab133136ae39048b08f 100644 |
--- a/LayoutTests/fast/forms/datetimelocal-multiple-fields/datetimelocal-multiple-fields-spinbutton-change-and-input-events-expected.txt |
+++ b/LayoutTests/fast/forms/datetimelocal-multiple-fields/datetimelocal-multiple-fields-spinbutton-change-and-input-events-expected.txt |
@@ -7,6 +7,11 @@ Initial state |
PASS changeEventCounter is 0 |
PASS inputEventCounter is 0 |
Click the upper button |
+Triggers only input event on mouseDown |
+PASS testInput.value is "2012-11-01T00:00" |
+PASS changeEventCounter is 0 |
+PASS inputEventCounter is 1 |
+Triggers only change event on mouseUp |
PASS testInput.value is "2012-11-01T00:00" |
PASS changeEventCounter is 1 |
PASS inputEventCounter is 1 |