| OLD | NEW |
| 1 This is an element | 1 This is an element |
| 2 | 2 |
| 3 This is an element | 3 This is an element |
| 4 This is an element | 4 This is an element |
| 5 | 5 |
| 6 This is an element | 6 This is an element |
| 7 PASS successfullyParsed is true |
| 8 |
| 9 TEST COMPLETE |
| 7 PASS gFocusedDocument.activeElement.getAttribute("id") is "1" | 10 PASS gFocusedDocument.activeElement.getAttribute("id") is "1" |
| 8 PASS gFocusedDocument.activeElement.getAttribute("id") is "2" | 11 PASS gFocusedDocument.activeElement.getAttribute("id") is "2" |
| 9 PASS gFocusedDocument.activeElement.getAttribute("id") is "3" | 12 PASS gFocusedDocument.activeElement.getAttribute("id") is "3" |
| 10 PASS gFocusedDocument.activeElement.getAttribute("id") is "4" | 13 PASS gFocusedDocument.activeElement.getAttribute("id") is "4" |
| 11 PASS gFocusedDocument.activeElement.getAttribute("id") is "5" | 14 PASS gFocusedDocument.activeElement.getAttribute("id") is "5" |
| 12 PASS gFocusedDocument.activeElement.getAttribute("id") is "4" | 15 PASS gFocusedDocument.activeElement.getAttribute("id") is "4" |
| 13 PASS gFocusedDocument.activeElement.getAttribute("id") is "3" | 16 PASS gFocusedDocument.activeElement.getAttribute("id") is "3" |
| 14 PASS gFocusedDocument.activeElement.getAttribute("id") is "2" | 17 PASS gFocusedDocument.activeElement.getAttribute("id") is "2" |
| 15 PASS gFocusedDocument.activeElement.getAttribute("id") is "1" | 18 PASS gFocusedDocument.activeElement.getAttribute("id") is "1" |
| 16 PASS gFocusedDocument.activeElement.getAttribute("id") is "start" | 19 PASS gFocusedDocument.activeElement.getAttribute("id") is "start" |
| 17 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 |