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

Unified Diff: LayoutTests/fast/forms/month-multiple-fields/month-multiple-fields-spinbutton-change-and-input-events-expected.txt

Issue 228633003: Do not dispatch change event when pressing spin button for input type=datetime (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Detach handling for DateTime field Created 6 years, 8 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/month-multiple-fields/month-multiple-fields-spinbutton-change-and-input-events-expected.txt
diff --git a/LayoutTests/fast/forms/month-multiple-fields/month-multiple-fields-spinbutton-change-and-input-events-expected.txt b/LayoutTests/fast/forms/month-multiple-fields/month-multiple-fields-spinbutton-change-and-input-events-expected.txt
index df7fd6f502b31c22d7d366b20324ee375dd32371..c1a2f18599f4441bd81aaca3905dd4088d8a6c2a 100644
--- a/LayoutTests/fast/forms/month-multiple-fields/month-multiple-fields-spinbutton-change-and-input-events-expected.txt
+++ b/LayoutTests/fast/forms/month-multiple-fields/month-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"
+PASS changeEventCounter is 0
+PASS inputEventCounter is 1
+Triggers only change event on mouseUp
PASS testInput.value is "2012-11"
PASS changeEventCounter is 1
PASS inputEventCounter is 1

Powered by Google App Engine
This is Rietveld 408576698