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

Unified Diff: LayoutTests/fast/forms/date-multiple-fields/date-multiple-fields-focusin-event-expected.txt

Issue 541993003: Generate focusin for input type=date/time when selected by tab (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Updated to latest master and updated test Created 6 years, 3 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/date-multiple-fields/date-multiple-fields-focusin-event-expected.txt
diff --git a/LayoutTests/fast/forms/date-multiple-fields/date-multiple-fields-focusin-event-expected.txt b/LayoutTests/fast/forms/date-multiple-fields/date-multiple-fields-focusin-event-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..c408d100fb7a4f6006b0ba365cc90e1faad3f033
--- /dev/null
+++ b/LayoutTests/fast/forms/date-multiple-fields/date-multiple-fields-focusin-event-expected.txt
@@ -0,0 +1,20 @@
+Test Date/Time input field dispatches focusin event when pressed tab
+
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
+
+
+PASS document.activeElement.id is "text"
+PASS dispatchedFocusInEvent is 1
+PASS dispatchedDOMFocusInEvent is 1
+Move to date field, should generate foucsin event
+PASS document.activeElement.id is "date"
+PASS dispatchedFocusInEvent is 2
+PASS dispatchedDOMFocusInEvent is 2
+Move to time field, should generate foucsin event
+PASS document.activeElement.id is "time"
+PASS dispatchedFocusInEvent is 3
+PASS dispatchedDOMFocusInEvent is 3
+PASS successfullyParsed is true
+
+TEST COMPLETE
+
« no previous file with comments | « LayoutTests/fast/forms/date-multiple-fields/date-multiple-fields-focusin-event.html ('k') | Source/core/dom/Document.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698