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