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 hovering over an entry highlights it. | 5 Check that hovering over an entry highlights it. |
6 PASS highlightedEntry() is "2012-01-02" | 6 PASS highlightedEntry() is "2012-01-02" |
7 Check that moving the mouse outside the popup de-highlights entries. | 7 Check that moving the mouse outside the popup de-highlights entries. |
8 PASS highlightedEntry() is null | 8 PASS highlightedEntry() is null |
9 Check that mouse click closes the popup and sets the value. | 9 Check that mouse click closes the popup and sets the value. |
10 PASS $("mock-page-popup") is null | 10 PASS $("mock-page-popup") is null |
11 PASS document.getElementById("date").value is "2012-01-03" | 11 PASS document.getElementById("date").value is "2012-01-03" |
12 Check that you can scroll using the mouse wheel. | 12 Check that you can scroll using the mouse wheel. |
13 PASS scrollTopBeforeWheelEvent < scrollTopAfterWheelEvent is true | 13 PASS scrollTopBeforeWheelEvent < suggestionList.scrollTop became true |
14 PASS scrollTopBeforeWheelEvent > scrollTopAfterWheelEvent is true | 14 PASS scrollTopBeforeWheelEvent > suggestionList.scrollTop became true |
15 PASS $("mock-page-popup") is null | 15 PASS $("mock-page-popup") is null |
16 Check that you can scroll using the scroll bar. | 16 Check that you can scroll using the scroll bar. |
17 PASS scrollTopBeforeWheelEvent < scrollTopAfterWheelEvent is true | 17 PASS scrollTopBeforeWheelEvent < scrollTopAfterWheelEvent is true |
18 PASS successfullyParsed is true | 18 PASS successfullyParsed is true |
19 | 19 |
20 TEST COMPLETE | 20 TEST COMPLETE |
21 | 21 |
OLD | NEW |