| OLD | NEW |
| (Empty) |
| 1 Check that page popup doesn't exist at first. | |
| 2 PASS document.getElementById("mock-page-popup") is null | |
| 3 PASS popupWindow.pagePopupController.toString() is "[object PagePopupController]
" | |
| 4 Check that page popup exists. | |
| 5 PASS popupWindow.pagePopupController.toString() is "[object PagePopupController]
" | |
| 6 Check that up/down arrow keys work. | |
| 7 PASS highlightedEntry() is null | |
| 8 PASS highlightedEntry() is "2012-11-22T01:01Z" | |
| 9 PASS highlightedEntry() is "2012-11-22T01:02Z" | |
| 10 PASS highlightedEntry() is "2012-11-22T01:01Z" | |
| 11 Check that up arrow key at top of list does nothing. | |
| 12 PASS highlightedEntry() is "2012-11-22T01:01Z" | |
| 13 PASS highlightedEntry() is "2012-11-22T01:02Z" | |
| 14 Check that page up/down arrow keys work. | |
| 15 PASS highlightedEntry() is "2012-11-22T01:40Z" | |
| 16 PASS highlightedEntry() is "2012-11-22T02:00Z" | |
| 17 PASS highlightedEntry() is "2012-11-22T01:21Z" | |
| 18 PASS highlightedEntry() is "2012-11-22T02:00Z" | |
| 19 PASS highlightedEntry() is "@openCalendarPicker" | |
| 20 Check that down arrow key at bottom of list does nothing. | |
| 21 PASS highlightedEntry() is "@openCalendarPicker" | |
| 22 Check that enter key sets the highlighted value. | |
| 23 PASS highlightedEntry() is "2012-11-22T02:07Z" | |
| 24 PASS document.getElementById("mock-page-popup") is null | |
| 25 PASS document.getElementById("datetime").value is "2012-11-22T02:07Z" | |
| 26 Reopen popup. | |
| 27 Check that escape key closes the popup. | |
| 28 PASS document.getElementById("mock-page-popup") is null | |
| 29 PASS document.getElementById("datetime").value is "2012-11-22T02:07Z" | |
| 30 PASS successfullyParsed is true | |
| 31 | |
| 32 TEST COMPLETE | |
| 33 | |
| OLD | NEW |