OLD | NEW |
1 2 | 1 2 |
2 4 6 | 2 4 6 |
3 8 | 3 8 |
| 4 PASS successfullyParsed is true |
| 5 |
| 6 TEST COMPLETE |
4 PASS gFocusedDocument.activeElement.getAttribute("id") is "start" | 7 PASS gFocusedDocument.activeElement.getAttribute("id") is "start" |
5 PASS gFocusedDocument.activeElement.getAttribute("id") is "start" | 8 PASS gFocusedDocument.activeElement.getAttribute("id") is "start" |
6 PASS gFocusedDocument.activeElement.getAttribute("id") is "start" | 9 PASS gFocusedDocument.activeElement.getAttribute("id") is "start" |
7 PASS gFocusedDocument.activeElement.getAttribute("id") is "8" | 10 PASS gFocusedDocument.activeElement.getAttribute("id") is "8" |
8 PASS gFocusedDocument.activeElement.getAttribute("id") is "start" | 11 PASS gFocusedDocument.activeElement.getAttribute("id") is "start" |
9 PASS gFocusedDocument.activeElement.getAttribute("id") is "start" | 12 PASS gFocusedDocument.activeElement.getAttribute("id") is "start" |
10 PASS gFocusedDocument.activeElement.getAttribute("id") is "start" | 13 PASS gFocusedDocument.activeElement.getAttribute("id") is "start" |
11 PASS gFocusedDocument.activeElement.getAttribute("id") is "2" | 14 PASS gFocusedDocument.activeElement.getAttribute("id") is "2" |
12 PASS gFocusedDocument.activeElement.getAttribute("id") is "start" | 15 PASS gFocusedDocument.activeElement.getAttribute("id") is "start" |
13 PASS gFocusedDocument.activeElement.getAttribute("id") is "6" | 16 PASS gFocusedDocument.activeElement.getAttribute("id") is "6" |
(...skipping 30 matching lines...) Expand all Loading... |
44 PASS gFocusedDocument.getElementById("start").options[3].selected is false | 47 PASS gFocusedDocument.getElementById("start").options[3].selected is false |
45 PASS gFocusedDocument.getElementById("start").options[0].selected is true | 48 PASS gFocusedDocument.getElementById("start").options[0].selected is true |
46 PASS gFocusedDocument.getElementById("start").options[1].selected is false | 49 PASS gFocusedDocument.getElementById("start").options[1].selected is false |
47 PASS gFocusedDocument.getElementById("start").options[2].selected is false | 50 PASS gFocusedDocument.getElementById("start").options[2].selected is false |
48 PASS gFocusedDocument.getElementById("start").options[3].selected is false | 51 PASS gFocusedDocument.getElementById("start").options[3].selected is false |
49 PASS gFocusedDocument.getElementById("start").options[0].selected is false | 52 PASS gFocusedDocument.getElementById("start").options[0].selected is false |
50 PASS gFocusedDocument.getElementById("start").options[1].selected is true | 53 PASS gFocusedDocument.getElementById("start").options[1].selected is true |
51 PASS gFocusedDocument.getElementById("start").options[2].selected is false | 54 PASS gFocusedDocument.getElementById("start").options[2].selected is false |
52 PASS gFocusedDocument.getElementById("start").options[3].selected is false | 55 PASS gFocusedDocument.getElementById("start").options[3].selected is false |
53 | 56 |
OLD | NEW |