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