OLD | NEW |
1 a | 1 a |
2 a a a | 2 a a a |
3 a a a | 3 a a a |
4 a a a | 4 a a a |
5 a | 5 a |
6 a | 6 a |
7 PASS successfullyParsed is true | 7 PASS successfullyParsed is true |
8 | 8 |
9 TEST COMPLETE | 9 TEST COMPLETE |
10 PASS gFocusedDocument.activeElement.getAttribute("id") is "1" | 10 PASS gFocusedDocument.activeElement.getAttribute("id") is "1" |
11 PASS gFocusedDocument.activeElement.getAttribute("id") is "4" | 11 PASS gFocusedDocument.activeElement.getAttribute("id") is "4" |
12 PASS gFocusedDocument.activeElement.getAttribute("id") is "7" | 12 PASS gFocusedDocument.activeElement.getAttribute("id") is "7" |
13 PASS gFocusedDocument.activeElement.getAttribute("id") is "end" | 13 PASS gFocusedDocument.activeElement.getAttribute("id") is "end" |
14 PASS gFocusedDocument.activeElement.getAttribute("id") is "7" | 14 PASS gFocusedDocument.activeElement.getAttribute("id") is "7" |
15 PASS gFocusedDocument.activeElement.getAttribute("id") is "8" | 15 PASS gFocusedDocument.activeElement.getAttribute("id") is "8" |
16 PASS gFocusedDocument.activeElement.getAttribute("id") is "9" | 16 PASS gFocusedDocument.activeElement.getAttribute("id") is "9" |
17 PASS gFocusedDocument.activeElement.getAttribute("id") is "6" | 17 PASS gFocusedDocument.activeElement.getAttribute("id") is "6" |
18 PASS gFocusedDocument.activeElement.getAttribute("id") is "right" | 18 PASS gFocusedDocument.activeElement.getAttribute("id") is "right" |
19 PASS gFocusedDocument.activeElement.getAttribute("id") is "6" | 19 FAIL gFocusedDocument.activeElement.getAttribute("id") should be 6. Was 3. |
20 PASS gFocusedDocument.activeElement.getAttribute("id") is "3" | 20 FAIL gFocusedDocument.activeElement.getAttribute("id") should be 3. Was start. |
21 PASS gFocusedDocument.activeElement.getAttribute("id") is "2" | 21 FAIL gFocusedDocument.activeElement.getAttribute("id") should be 2. Was start. |
22 PASS gFocusedDocument.activeElement.getAttribute("id") is "1" | 22 FAIL gFocusedDocument.activeElement.getAttribute("id") should be 1. Was start. |
23 | 23 |
OLD | NEW |