OLD | NEW |
1 | 1 |
2 | 2 |
3 | 3 |
4 FAIL gFocusedDocument.activeElement.getAttribute("id") should be 4. Was 1. | 4 FAIL gFocusedDocument.activeElement.getAttribute("id") should be 4. Was 1. |
5 FAIL gFocusedDocument.activeElement.getAttribute("id") should be 1. Was 2. | 5 FAIL gFocusedDocument.activeElement.getAttribute("id") should be 1. Was 2. |
6 FAIL gFocusedDocument.activeElement.getAttribute("id") should be 2. Was 5. | 6 FAIL gFocusedDocument.activeElement.getAttribute("id") should be 2. Was 5. |
7 PASS gFocusedDocument.activeElement.getAttribute("id") is "5" | 7 PASS gFocusedDocument.activeElement.getAttribute("id") is "5" |
8 PASS gFocusedDocument.activeElement.getAttribute("id") is "4" | 8 PASS gFocusedDocument.activeElement.getAttribute("id") is "4" |
9 PASS gFocusedDocument.activeElement.getAttribute("id") is "3" | 9 PASS gFocusedDocument.activeElement.getAttribute("id") is "3" |
10 PASS gFocusedDocument.activeElement.getAttribute("id") is "2" | 10 PASS gFocusedDocument.activeElement.getAttribute("id") is "2" |
11 PASS gFocusedDocument.activeElement.getAttribute("id") is "1" | 11 PASS gFocusedDocument.activeElement.getAttribute("id") is "1" |
12 PASS gFocusedDocument.activeElement.getAttribute("id") is "3" | 12 PASS gFocusedDocument.activeElement.getAttribute("id") is "3" |
13 PASS gFocusedDocument.activeElement.getAttribute("id") is "2" | 13 PASS gFocusedDocument.activeElement.getAttribute("id") is "2" |
14 PASS gFocusedDocument.activeElement.getAttribute("id") is "1" | 14 PASS gFocusedDocument.activeElement.getAttribute("id") is "1" |
15 PASS gFocusedDocument.activeElement.getAttribute("id") is "start" | 15 PASS gFocusedDocument.activeElement.getAttribute("id") is "start" |
16 This test tests that areas of an imagemap can be reached with spatial navigation
even if they are overlapped. | 16 This test tests that areas of an imagemap can be reached with spatial navigation
even if they are overlapped. |
OLD | NEW |