| OLD | NEW |
| 1 Check that page popup doesn't exist at first. | 1 Check that page popup doesn't exist at first. |
| 2 PASS document.getElementById("mock-page-popup") is null | 2 PASS document.getElementById("mock-page-popup") is null |
| 3 PASS popupWindow.pagePopupController.toString() is "[object PagePopupController]
" | 3 PASS popupWindow.pagePopupController.toString() is "[object PagePopupController]
" |
| 4 Check that page popup exists. | 4 Check that page popup exists. |
| 5 PASS popupWindow.pagePopupController.toString() is "[object PagePopupController]
" | 5 PASS popupWindow.pagePopupController.toString() is "[object PagePopupController]
" |
| 6 Check that up/down arrow keys work. | 6 Check that up/down arrow keys work. |
| 7 PASS highlightedEntry() is null | 7 PASS highlightedEntry() is null |
| 8 PASS highlightedEntry() is "01:01" | 8 PASS highlightedEntry() is "01:01" |
| 9 PASS highlightedEntry() is "01:02" | 9 PASS highlightedEntry() is "01:02" |
| 10 PASS highlightedEntry() is "01:01" | 10 PASS highlightedEntry() is "01:01" |
| (...skipping 13 matching lines...) Expand all Loading... |
| 24 PASS document.getElementById("mock-page-popup") is null | 24 PASS document.getElementById("mock-page-popup") is null |
| 25 PASS document.getElementById("time").value is "02:07" | 25 PASS document.getElementById("time").value is "02:07" |
| 26 Reopen popup. | 26 Reopen popup. |
| 27 Check that escape key closes the popup. | 27 Check that escape key closes the popup. |
| 28 PASS document.getElementById("mock-page-popup") is null | 28 PASS document.getElementById("mock-page-popup") is null |
| 29 PASS document.getElementById("time").value is "02:07" | 29 PASS document.getElementById("time").value is "02:07" |
| 30 PASS successfullyParsed is true | 30 PASS successfullyParsed is true |
| 31 | 31 |
| 32 TEST COMPLETE | 32 TEST COMPLETE |
| 33 | 33 |
| OLD | NEW |