Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / forms / calendar-picker / calendar-picker-datetimelocal-expected.txt
blob28f8d62e9e9ef7cbb151fba18da80403c294972f
1 Tests if calendar picker works for datetime-local as expected.
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6 Check that page popup doesn't exist at first.
7 PASS document.getElementById("mock-page-popup") is null
8 PASS selectedValue() is "2011-12-31"
9 PASS highlightedValue() is "2011-12-31"
10 PASS highlightedValue() is "2012-01-01"
11 PASS document.getElementById("datetimelocal").value is "2012-01-01T12:53:45"
12 PASS successfullyParsed is true
14 TEST COMPLETE