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

Side by Side 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: Moved code to HTMLInputElement 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 unified diff | Download patch
OLDNEW
(Empty)
1 Test Date/Time input field dispatches focusin event when pressed tab
2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4
5
6 PASS document.activeElement.id is "text"
7 PASS dispatchedFocusInEvent is 1
8 Move to date field, should generate foucsin event
9 PASS document.activeElement.id is "date"
10 PASS dispatchedFocusInEvent is 2
11 Move to time field, should generate foucsin event
12 PASS document.activeElement.id is "time"
13 PASS dispatchedFocusInEvent is 3
14 PASS successfullyParsed is true
15
16 TEST COMPLETE
17
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698