| OLD | NEW |
| 1 Tests if calendar picker works for datetime as expected. | 1 Tests if calendar picker works for datetime 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 selectedValue() is "2012-01-01" | 9 PASS selectedValue() is "2012-01-01" |
| 10 PASS document.getElementById("mock-page-popup") is null | 10 PASS document.getElementById("mock-page-popup") is null |
| 11 PASS document.getElementById("datetime").value is "2012-01-01T12:53:45Z" | 11 PASS document.getElementById("datetime").value is "2012-01-01T12:53:45Z" |
| 12 PASS successfullyParsed is true | 12 PASS successfullyParsed is true |
| 13 | 13 |
| 14 TEST COMPLETE | 14 TEST COMPLETE |
| 15 | 15 |
| OLD | NEW |