Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / forms / date-multiple-fields / date-multiple-fields-focusin-event-expected.txt
blobc408d100fb7a4f6006b0ba365cc90e1faad3f033
1 Test Date/Time input field dispatches focusin event when pressed tab
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
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
19 TEST COMPLETE
20