Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / forms / date-multiple-fields / date-multiple-fields-clearbutton-change-and-input-events-expected.txt
blobc2a93e6a212d11bcc28e374689e7ec2075ebe655
1 Test for event dispatching by spin buttons in a type=date input.
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6 Initial state
7 PASS changeEventCounter is 0
8 PASS inputEventCounter is 0
9 Click the clear button
10 PASS testInput.value is ""
11 PASS changeEventCounter is 1
12 PASS inputEventCounter is 1
13 Focus on another field
14 PASS changeEventCounter is 1
15 PASS inputEventCounter is 1
16 PASS successfullyParsed is true
18 TEST COMPLETE