OLD | NEW |
1 | 1 |
2 | 2 |
3 | 3 |
4 | 4 |
5 | 5 |
6 | 6 |
7 | 7 |
8 | 8 |
9 | 9 |
10 PASS gFocusedDocument.activeElement.getAttribute("id") is "f2" | 10 PASS gFocusedDocument.activeElement.getAttribute("id") is "f2" |
11 PASS gFocusedDocument.activeElement.getAttribute("id") is "f3" | 11 PASS gFocusedDocument.activeElement.getAttribute("id") is "f3" |
12 FAIL gFocusedDocument.activeElement.getAttribute("id") should be f3. Was f4. | 12 FAIL gFocusedDocument.activeElement.getAttribute("id") should be f3. Was f4. |
13 FAIL gFocusedDocument.activeElement.getAttribute("id") should be f4. Was f5. | 13 FAIL gFocusedDocument.activeElement.getAttribute("id") should be f4. Was f5. |
14 FAIL gFocusedDocument.activeElement.getAttribute("id") should be f4. Was f6. | 14 FAIL gFocusedDocument.activeElement.getAttribute("id") should be f4. Was f6. |
15 FAIL gFocusedDocument.activeElement.getAttribute("id") should be f5. Was f9. | 15 FAIL gFocusedDocument.activeElement.getAttribute("id") should be f5. Was f9. |
16 FAIL gFocusedDocument.activeElement.getAttribute("id") should be f6. Was f9. | 16 FAIL gFocusedDocument.activeElement.getAttribute("id") should be f6. Was f9. |
17 PASS gFocusedDocument.activeElement.getAttribute("id") is "f9" | 17 PASS gFocusedDocument.activeElement.getAttribute("id") is "f9" |
18 This test is testing that div with overflow:auto would scroll, by div with overf
low:hidden would not. | 18 This test is testing that div with overflow:auto would scroll, by div with overf
low:hidden would not. |
OLD | NEW |