77PASS successfullyParsed is true
88
99TEST COMPLETE
10PASS gFocusedDocument.activeElement.getAttribute("id") is "1"
11PASS gFocusedDocument.activeElement.getAttribute("id") is "2"
12PASS gFocusedDocument.activeElement.getAttribute("id") is "3"
13PASS gFocusedDocument.activeElement.getAttribute("id") is "4"
14PASS gFocusedDocument.activeElement.getAttribute("id") is "5"
15PASS gFocusedDocument.activeElement.getAttribute("id") is "4"
16PASS gFocusedDocument.activeElement.getAttribute("id") is "3"
17PASS gFocusedDocument.activeElement.getAttribute("id") is "2"
18PASS gFocusedDocument.activeElement.getAttribute("id") is "1"
10FAIL gFocusedDocument.activeElement.getAttribute("id") should be 1. Was start.
11FAIL gFocusedDocument.activeElement.getAttribute("id") should be 2. Was 1.
12FAIL gFocusedDocument.activeElement.getAttribute("id") should be 3. Was 2.
13FAIL gFocusedDocument.activeElement.getAttribute("id") should be 4. Was 3.
14FAIL gFocusedDocument.activeElement.getAttribute("id") should be 5. Was 4.
15FAIL gFocusedDocument.activeElement.getAttribute("id") should be 4. Was 3.
16FAIL gFocusedDocument.activeElement.getAttribute("id") should be 3. Was 2.
17FAIL gFocusedDocument.activeElement.getAttribute("id") should be 2. Was 1.
18FAIL gFocusedDocument.activeElement.getAttribute("id") should be 1. Was start.
1919PASS gFocusedDocument.activeElement.getAttribute("id") is "start"
2020This 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().