OLD | NEW |
1 Check that page popup doesn't exist at first. | 1 Check that page popup doesn't exist at first. |
2 PASS $("mock-page-popup") is null | 2 PASS $("mock-page-popup") is null |
3 Check that page popup exists. | 3 Check that page popup exists. |
4 PASS popupWindow.pagePopupController.toString() is "[object PagePopupController]
" | 4 PASS popupWindow.pagePopupController.toString() is "[object PagePopupController]
" |
5 Check that page popup exists. | 5 Check that page popup exists. |
6 PASS popupWindow.pagePopupController.toString() is "[object PagePopupController]
" | 6 PASS popupWindow.pagePopupController.toString() is "[object PagePopupController]
" |
7 Check that hovering over an entry highlights it. | 7 Check that hovering over an entry highlights it. |
8 PASS highlightedEntry() is "01:02" | 8 PASS highlightedEntry() is "01:02" |
9 Check that moving the mouse outside the popup de-highlights entries. | 9 Check that moving the mouse outside the popup de-highlights entries. |
10 PASS highlightedEntry() is null | 10 PASS highlightedEntry() is null |
11 Check that mouse click closes the popup and sets the value. | 11 Check that mouse click closes the popup and sets the value. |
12 PASS document.getElementById("mock-page-popup") is null | 12 PASS document.getElementById("mock-page-popup") is null |
13 PASS document.getElementById("time").value is "01:03" | 13 PASS document.getElementById("time").value is "01:03" |
14 Check that you can scroll using the mouse wheel. | 14 Check that you can scroll using the mouse wheel. |
15 PASS scrollTopBeforeWheelEvent < scrollTopAfterWheelEvent is true | 15 PASS scrollTopBeforeWheelEvent < suggestionList.scrollTop became true |
16 PASS scrollTopBeforeWheelEvent > scrollTopAfterWheelEvent is true | 16 PASS scrollTopBeforeWheelEvent > suggestionList.scrollTop became true |
17 PASS $("mock-page-popup") is null | 17 PASS $("mock-page-popup") is null |
18 Check that you can scroll using the scroll bar. | 18 Check that you can scroll using the scroll bar. |
19 PASS scrollTopBeforeWheelEvent < scrollTopAfterWheelEvent is true | 19 PASS scrollTopBeforeWheelEvent < scrollTopAfterWheelEvent is true |
20 PASS successfullyParsed is true | 20 PASS successfullyParsed is true |
21 | 21 |
22 TEST COMPLETE | 22 TEST COMPLETE |
23 | 23 |
OLD | NEW |