Index: LayoutTests/fast/forms/time-multiple-fields/time-multiple-fields-spinbutton-change-and-input-events-expected.txt |
diff --git a/LayoutTests/fast/forms/time-multiple-fields/time-multiple-fields-spinbutton-change-and-input-events-expected.txt b/LayoutTests/fast/forms/time-multiple-fields/time-multiple-fields-spinbutton-change-and-input-events-expected.txt |
index 18708091fc8ba90c9d82374064b61f655a2c540f..c892c07298e662fbb416ef263b5c1dee593df98d 100644 |
--- a/LayoutTests/fast/forms/time-multiple-fields/time-multiple-fields-spinbutton-change-and-input-events-expected.txt |
+++ b/LayoutTests/fast/forms/time-multiple-fields/time-multiple-fields-spinbutton-change-and-input-events-expected.txt |
@@ -7,7 +7,11 @@ Initial state |
PASS changeEventCounter is 0 |
PASS inputEventCounter is 0 |
Click the upper button |
+Triggers only input event |
PASS testInput.value is "04:00" |
+PASS changeEventCounter is 0 |
+PASS inputEventCounter is 1 |
+Triggers only change event |
PASS changeEventCounter is 1 |
PASS inputEventCounter is 1 |
Focus on another field |