OLD | NEW |
1 2 | 1 2 |
2 4 | 2 4 |
3 | 3 |
4 | 4 |
5 6 | 5 6 |
6 8 | 6 8 |
| 7 PASS successfullyParsed is true |
| 8 |
| 9 TEST COMPLETE |
7 PASS gFocusedDocument.activeElement.getAttribute("id") is "down" | 10 PASS gFocusedDocument.activeElement.getAttribute("id") is "down" |
8 PASS gFocusedDocument.activeElement.getAttribute("id") is "8" | 11 PASS gFocusedDocument.activeElement.getAttribute("id") is "8" |
9 PASS gFocusedDocument.activeElement.getAttribute("id") is "down" | 12 PASS gFocusedDocument.activeElement.getAttribute("id") is "down" |
10 PASS gFocusedDocument.activeElement.getAttribute("id") is "start" | 13 PASS gFocusedDocument.activeElement.getAttribute("id") is "start" |
11 PASS gFocusedDocument.activeElement.getAttribute("id") is "up" | 14 PASS gFocusedDocument.activeElement.getAttribute("id") is "up" |
12 PASS gFocusedDocument.activeElement.getAttribute("id") is "2" | 15 PASS gFocusedDocument.activeElement.getAttribute("id") is "2" |
13 PASS gFocusedDocument.activeElement.getAttribute("id") is "up" | 16 PASS gFocusedDocument.activeElement.getAttribute("id") is "up" |
14 PASS gFocusedDocument.activeElement.getAttribute("id") is "start" | 17 PASS gFocusedDocument.activeElement.getAttribute("id") is "start" |
15 PASS gFocusedDocument.activeElement.getAttribute("id") is "right" | 18 PASS gFocusedDocument.activeElement.getAttribute("id") is "right" |
16 PASS gFocusedDocument.activeElement.getAttribute("id") is "6" | 19 PASS gFocusedDocument.activeElement.getAttribute("id") is "6" |
17 PASS gFocusedDocument.activeElement.getAttribute("id") is "right" | 20 PASS gFocusedDocument.activeElement.getAttribute("id") is "right" |
18 PASS gFocusedDocument.activeElement.getAttribute("id") is "start" | 21 PASS gFocusedDocument.activeElement.getAttribute("id") is "start" |
19 PASS gFocusedDocument.activeElement.getAttribute("id") is "left" | 22 PASS gFocusedDocument.activeElement.getAttribute("id") is "left" |
20 PASS gFocusedDocument.activeElement.getAttribute("id") is "4" | 23 PASS gFocusedDocument.activeElement.getAttribute("id") is "4" |
21 PASS gFocusedDocument.activeElement.getAttribute("id") is "left" | 24 PASS gFocusedDocument.activeElement.getAttribute("id") is "left" |
22 PASS gFocusedDocument.activeElement.getAttribute("id") is "start" | 25 PASS gFocusedDocument.activeElement.getAttribute("id") is "start" |
23 PASS document.getElementById('down').checked is true | 26 PASS document.getElementById('down').checked is true |
24 | 27 |
OLD | NEW |