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

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: 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 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 PASS dispatchedDOMFocusInEvent is 1
9 Move to date field, should generate foucsin event
10 PASS document.activeElement.id is "date"
11 PASS dispatchedFocusInEvent is 2
12 PASS dispatchedDOMFocusInEvent is 2
13 Move to time field, should generate foucsin event
14 PASS document.activeElement.id is "time"
15 PASS dispatchedFocusInEvent is 3
16 PASS dispatchedDOMFocusInEvent is 3
17 PASS successfullyParsed is true
18
19 TEST COMPLETE
20
OLDNEW
« 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