OLD | NEW |
1 AAAAAAAAAA AAAAAAAAAA AA AA AAAAAAAAAA AAAAAAAAAA | 1 AAAAAAAAAA AAAAAAAAAA AA AA AAAAAAAAAA AAAAAAAAAA |
2 | 2 |
3 | 3 |
4 AAAAAAAAAA AAAAAAAAAA AA B AA AAAAAAAAAA AAAAAAAAAA | 4 AAAAAAAAAA AAAAAAAAAA AA B AA AAAAAAAAAA AAAAAAAAAA |
| 5 PASS successfullyParsed is true |
| 6 |
| 7 TEST COMPLETE |
5 PASS gFocusedDocument.activeElement.getAttribute("id") is "e1" | 8 PASS gFocusedDocument.activeElement.getAttribute("id") is "e1" |
6 PASS gFocusedDocument.activeElement.getAttribute("id") is "e2" | 9 PASS gFocusedDocument.activeElement.getAttribute("id") is "e2" |
7 PASS gFocusedDocument.activeElement.getAttribute("id") is "e3" | 10 PASS gFocusedDocument.activeElement.getAttribute("id") is "e3" |
8 PASS gFocusedDocument.activeElement.getAttribute("id") is "e2" | 11 PASS gFocusedDocument.activeElement.getAttribute("id") is "e2" |
9 PASS gFocusedDocument.activeElement.getAttribute("id") is "e1" | 12 PASS gFocusedDocument.activeElement.getAttribute("id") is "e1" |
10 PASS gFocusedDocument.activeElement.getAttribute("id") is "start" | 13 PASS gFocusedDocument.activeElement.getAttribute("id") is "start" |
11 This test is testing that we can handle 2 inline elements in the same line. | 14 This test is testing that we can handle 2 inline elements in the same line. |
OLD | NEW |