OLD | NEW |
1 This is an element | 1 This is an element |
| 2 |
| 3 This is an element |
| 4 This is an element |
2 | 5 |
3 This is an element | 6 This is an element |
4 This is an element | |
5 | |
6 This is an element | |
7 PASS successfullyParsed is true | 7 PASS successfullyParsed is true |
8 | 8 |
9 TEST COMPLETE | 9 TEST COMPLETE |
10 PASS gFocusedDocument.activeElement.getAttribute("id") is "1" | 10 PASS gFocusedDocument.activeElement.getAttribute("id") is "1" |
11 PASS gFocusedDocument.activeElement.getAttribute("id") is "2" | 11 PASS gFocusedDocument.activeElement.getAttribute("id") is "2" |
12 PASS gFocusedDocument.activeElement.getAttribute("id") is "3" | 12 PASS gFocusedDocument.activeElement.getAttribute("id") is "3" |
13 PASS gFocusedDocument.activeElement.getAttribute("id") is "4" | 13 PASS gFocusedDocument.activeElement.getAttribute("id") is "4" |
14 PASS gFocusedDocument.activeElement.getAttribute("id") is "5" | 14 PASS gFocusedDocument.activeElement.getAttribute("id") is "5" |
15 PASS gFocusedDocument.activeElement.getAttribute("id") is "4" | 15 PASS gFocusedDocument.activeElement.getAttribute("id") is "4" |
16 PASS gFocusedDocument.activeElement.getAttribute("id") is "3" | 16 PASS gFocusedDocument.activeElement.getAttribute("id") is "3" |
17 PASS gFocusedDocument.activeElement.getAttribute("id") is "2" | 17 PASS gFocusedDocument.activeElement.getAttribute("id") is "2" |
18 PASS gFocusedDocument.activeElement.getAttribute("id") is "1" | 18 PASS gFocusedDocument.activeElement.getAttribute("id") is "1" |
19 PASS gFocusedDocument.activeElement.getAttribute("id") is "start" | 19 PASS gFocusedDocument.activeElement.getAttribute("id") is "start" |
20 This test tests that a anchor element with in image in it and a space after the
image, can still give the correct size in ContainerNode::getRect(). | 20 This test tests that a anchor element with in image in it and a space after the
image, can still give the correct size in ContainerNode::getRect(). |
OLD | NEW |