OLD | NEW |
1 Tests that key bindings work as expected. | 1 Tests that key bindings work 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 Check that page popup exists. | 8 Check that page popup exists. |
9 PASS popupWindow.pagePopupController.toString() is "[object PagePopupController]
" | 9 PASS popupWindow.pagePopupController.toString() is "[object PagePopupController]
" |
10 Check that up/down arrow keys work. | 10 Check that up/down arrow keys work. |
(...skipping 24 matching lines...) Expand all Loading... |
35 Confirm calendar picker did open. | 35 Confirm calendar picker did open. |
36 PASS popupWindow.document.getElementById("main").firstChild.classList.contains("
calendar-picker") is true | 36 PASS popupWindow.document.getElementById("main").firstChild.classList.contains("
calendar-picker") is true |
37 Check that escape key closes the popup. | 37 Check that escape key closes the popup. |
38 PASS document.getElementById("mock-page-popup") is null | 38 PASS document.getElementById("mock-page-popup") is null |
39 PASS document.getElementById("date").value is "2012-03-08" | 39 PASS document.getElementById("date").value is "2012-03-08" |
40 PASS F4 opened picker. | 40 PASS F4 opened picker. |
41 PASS successfullyParsed is true | 41 PASS successfullyParsed is true |
42 | 42 |
43 TEST COMPLETE | 43 TEST COMPLETE |
44 | 44 |
OLD | NEW |