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