blob: 28f8d62e9e9ef7cbb151fba18da80403c294972f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
Tests if calendar picker works for datetime-local as expected.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
Check that page popup doesn't exist at first.
PASS document.getElementById("mock-page-popup") is null
PASS selectedValue() is "2011-12-31"
PASS highlightedValue() is "2011-12-31"
PASS highlightedValue() is "2012-01-01"
PASS document.getElementById("datetimelocal").value is "2012-01-01T12:53:45"
PASS successfullyParsed is true
TEST COMPLETE
|