Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / fast / forms / week-multiple-fields / week-multiple-fields-spinbutton-change-and-input-events-expected.txt
index 0edfc65..40d7350 100644 (file)
@@ -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-W11"
+PASS changeEventCounter is 0
+PASS inputEventCounter is 1
+Triggers only change event on mouseUp
 PASS testInput.value is "2012-W11"
 PASS changeEventCounter is 1
 PASS inputEventCounter is 1